--- exempi/main.cpp | |
+++ exempi/main.cpp | |
@@ -44,8 +44,8 @@ | |
#include <string> | |
#include <vector> | |
-#include <exempi/xmp.h> | |
-#include <exempi/xmp++.hpp> | |
+#include "exempi/xmp.h" | |
+#include "exempi/xmp++.hpp" | |
enum { ACTION_NONE = 0, ACTION_SET, ACTION_GET }; | |