]> www.ginac.de Git - ginac.git/blobdiff - ginac/parser/default_reader.tpl
Fixed include of stdint.h (parser.cpp needs the header as well).
[ginac.git] / ginac / parser / default_reader.tpl
index 2018e04a0660e66b9faf2fe15f1c59b6e09bbf37..9e8c1a04e24646716597cff890efdcc4c53e10cc 100644 (file)
@@ -19,12 +19,6 @@ COMMENT a part of GiNaC parser -- construct functions from a byte stream.
 #include "power.h"
 #include "operators.h"
 #include "inifcns.h"
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-#ifdef HAVE_STDINT_H
-#include <stdint.h> // for uintptr_t
-#endif
 
 namespace GiNaC
 {
@@ -87,5 +81,5 @@ const prototype_table& get_default_reader()
        }
        return reader;
 }
-} // namespace GiNaC
 
+} // namespace GiNaC