summaryrefslogtreecommitdiffstats
path: root/src/misc/st
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-07-07 20:14:12 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2012-07-07 20:14:12 -0700
commit1c33107cbb50705272682c2637d8faaeab4be61a (patch)
tree188bb58cb82f744407af2ee78b38a7aa37fd9336 /src/misc/st
parentb0ef0aaf0055d35f3836be18997dfd350e36054d (diff)
downloadabc-1c33107cbb50705272682c2637d8faaeab4be61a.tar.gz
abc-1c33107cbb50705272682c2637d8faaeab4be61a.tar.bz2
abc-1c33107cbb50705272682c2637d8faaeab4be61a.zip
Updating project settings to have simpler include paths.
Diffstat (limited to 'src/misc/st')
-rw-r--r--src/misc/st/st.h2
-rw-r--r--src/misc/st/stmm.c2
-rw-r--r--src/misc/st/stmm.h2
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