]> www.ginac.de Git - ginac.git/blobdiff - check/matrix_checks.cpp
Another restructuring: moved include/*.h -> include/GiNaC/*.h in order to
[ginac.git] / check / matrix_checks.cpp
index 1bf8e0c85019c5e94a242bff95bf0383c5dbfe1a..4be5af73ef5df5b9058237af7c03aad63318ffcc 100644 (file)
@@ -2,8 +2,8 @@
 
 /* Here we test manipulations on GiNaC's symbolic matrices. */
 
-#include "ginac.h"
 #include <stdexcept>
+#include <GiNaC/ginac.h>
 
 static unsigned matrix_determinants(void)
 {