move some included headers in optimizer from c to c++

This commit is contained in:
Alon Zakai 2014-11-15 22:42:53 -08:00
Родитель 1205ecc101
Коммит a5d95d90c6
1 изменённых файлов: 3 добавлений и 4 удалений

Просмотреть файл

@ -1,7 +1,6 @@
#include <math.h>
#include <stdint.h>
#include <stdio.h>
#include <cstdint>
#include <cstdio>
#include <cmath>
#include <string>
#include "minijson.h"