summaryrefslogtreecommitdiffstats
path: root/src/misc/hash
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/hash
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/hash')
-rw-r--r--src/misc/hash/hash.h2
-rw-r--r--src/misc/hash/hashFlt.h2
-rw-r--r--src/misc/hash/hashInt.h2
-rw-r--r--src/misc/hash/hashPtr.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/misc/hash/hash.h b/src/misc/hash/hash.h
index 6e6c637c..3f945351 100644
--- a/src/misc/hash/hash.h
+++ b/src/misc/hash/hash.h
@@ -29,7 +29,7 @@
/// INCLUDES ///
////////////////////////////////////////////////////////////////////////
-#include "src/misc/util/abc_global.h"
+#include "misc/util/abc_global.h"
#include "hashInt.h"
#include "hashFlt.h"
diff --git a/src/misc/hash/hashFlt.h b/src/misc/hash/hashFlt.h
index c5776b46..0cd13d46 100644
--- a/src/misc/hash/hashFlt.h
+++ b/src/misc/hash/hashFlt.h
@@ -27,7 +27,7 @@
////////////////////////////////////////////////////////////////////////
#include <stdio.h>
-#include "src/misc/extra/extra.h"
+#include "misc/extra/extra.h"
ABC_NAMESPACE_HEADER_START
diff --git a/src/misc/hash/hashInt.h b/src/misc/hash/hashInt.h
index 81a338fc..8e0d6f0b 100644
--- a/src/misc/hash/hashInt.h
+++ b/src/misc/hash/hashInt.h
@@ -27,7 +27,7 @@
////////////////////////////////////////////////////////////////////////
#include <stdio.h>
-#include "src/misc/extra/extra.h"
+#include "misc/extra/extra.h"
ABC_NAMESPACE_HEADER_START
diff --git a/src/misc/hash/hashPtr.h b/src/misc/hash/hashPtr.h
index 72e2f394..b2399747 100644
--- a/src/misc/hash/hashPtr.h
+++ b/src/misc/hash/hashPtr.h
@@ -27,7 +27,7 @@
////////////////////////////////////////////////////////////////////////
#include <stdio.h>
-#include "src/misc/extra/extra.h"
+#include "misc/extra/extra.h"
ABC_NAMESPACE_HEADER_START