]> www.ginac.de Git - ginac.git/blobdiff - check/numeric_consist.cpp
Another restructuring: moved include/*.h -> include/GiNaC/*.h in order to
[ginac.git] / check / numeric_consist.cpp
index d7a5b6b8ed96817a11617b7a2682f891d08eacc8..9f5582951b2bf0ff97ebb95af30e7c2f95ce9de2 100644 (file)
@@ -3,8 +3,8 @@
 /* This test routine creates some numbers and check the result of several
  * boolean tests on these numbers like is_integer() etc... */
 
-#include "ginac.h"
 #include <stdlib.h>
+#include <GiNaC/ginac.h>
 
 /* Simple and maybe somewhat pointless consistency tests of assorted tests and
  * conversions. */