summaryrefslogtreecommitdiffhomepage
path: root/include/stc/cpque.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/stc/cpque.h')
-rw-r--r--include/stc/cpque.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/stc/cpque.h b/include/stc/cpque.h
index 9cf4b167..c1e7c13b 100644
--- a/include/stc/cpque.h
+++ b/include/stc/cpque.h
@@ -31,7 +31,7 @@
#define _i_prefix cpque_
#endif
-#include "template.h"
+#include "priv/template.h"
#ifndef i_less_functor
#define i_less_functor(self, x, y) i_less(x, y)
#endif
@@ -158,4 +158,4 @@ _cx_memb(_push)(_cx_self* self, _cx_value value) {
#endif
#define CPQUE_H_INCLUDED
#undef i_less_functor
-#include "template.h"
+#include "priv/template.h"