duplicate include guards #379

Changed the include guard in PythonPrint.hh
This commit is contained in:
Alex Lin 2017-01-24 10:00:40 -06:00
parent 38d2b10b9e
commit a909c6400a

View File

@ -1,5 +1,5 @@
#ifndef CLASSICCHECKPOINT_HH #ifndef PYTHONPRINT_HH
#define CLASSICCHECKPOINT_HH #define PYTHONPRINT_HH
#include <stddef.h> // for NULL #include <stddef.h> // for NULL
#include <string> #include <string>