aboutsummaryrefslogtreecommitdiff
path: root/tests/compiler/traversal/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compiler/traversal/driver.cxx')
-rw-r--r--tests/compiler/traversal/driver.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/compiler/traversal/driver.cxx b/tests/compiler/traversal/driver.cxx
index 7d5f8c6..e7948f5 100644
--- a/tests/compiler/traversal/driver.cxx
+++ b/tests/compiler/traversal/driver.cxx
@@ -4,10 +4,10 @@
#include <vector>
#include <iostream>
-#include <cutl/shared-ptr.hxx>
+#include <libcutl/shared-ptr.hxx>
-#include <cutl/compiler/type-info.hxx>
-#include <cutl/compiler/traversal.hxx>
+#include <libcutl/compiler/type-info.hxx>
+#include <libcutl/compiler/traversal.hxx>
using namespace std;
using namespace cutl;