diff options
Diffstat (limited to 'src/misc/st')
-rw-r--r-- | src/misc/st/st.h | 2 | ||||
-rw-r--r-- | src/misc/st/stmm.c | 2 | ||||
-rw-r--r-- | src/misc/st/stmm.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/misc/st/st.h b/src/misc/st/st.h index 50a8440e..2cdebcec 100644 --- a/src/misc/st/st.h +++ b/src/misc/st/st.h @@ -15,7 +15,7 @@ #define ABC__misc__st__st_h #define ST_INCLUDED -#include "src/misc/util/abc_global.h" +#include "misc/util/abc_global.h" ABC_NAMESPACE_HEADER_START diff --git a/src/misc/st/stmm.c b/src/misc/st/stmm.c index dc883a67..b7f5b87e 100644 --- a/src/misc/st/stmm.c +++ b/src/misc/st/stmm.c @@ -8,7 +8,7 @@ * */ #include <stdio.h> -#include "src/misc/extra/extra.h" +#include "misc/extra/extra.h" #include "stmm.h" ABC_NAMESPACE_IMPL_START diff --git a/src/misc/st/stmm.h b/src/misc/st/stmm.h index 1853ce36..87daea19 100644 --- a/src/misc/st/stmm.h +++ b/src/misc/st/stmm.h @@ -14,7 +14,7 @@ #ifndef ABC__misc__st__stmm_h #define ABC__misc__st__stmm_h -#include "src/misc/util/abc_global.h" +#include "misc/util/abc_global.h" ABC_NAMESPACE_HEADER_START |