aboutsummaryrefslogtreecommitdiff
path: root/src/utils/storage.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/storage.cc')
-rw-r--r--src/utils/storage.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/storage.cc b/src/utils/storage.cc
index 4883de6c..a023e945 100644
--- a/src/utils/storage.cc
+++ b/src/utils/storage.cc
@@ -31,7 +31,7 @@
// --%: Gabriel Dos Reis.
-#include "openaxiom-c-macros.h"
+#include <open-axiom/config>
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
@@ -56,7 +56,7 @@
#include <stdlib.h>
#include <string.h>
#include <new> // for placement new.
-#include "storage.H"
+#include <open-axiom/storage>
namespace OpenAxiom {
// ----------------