summaryrefslogtreecommitdiff
path: root/perf
diff options
context:
space:
mode:
Diffstat (limited to 'perf')
-rw-r--r--perf/inproc_lat.cpp2
-rw-r--r--perf/inproc_thr.cpp2
-rw-r--r--perf/local_lat.cpp2
-rw-r--r--perf/local_thr.cpp2
-rw-r--r--perf/remote_lat.cpp2
-rw-r--r--perf/remote_thr.cpp2
6 files changed, 6 insertions, 6 deletions
diff --git a/perf/inproc_lat.cpp b/perf/inproc_lat.cpp
index 54973db..d4f97f5 100644
--- a/perf/inproc_lat.cpp
+++ b/perf/inproc_lat.cpp
@@ -19,7 +19,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "../include/xs.h"
+#include "../include/xs/xs.h"
#include <stdio.h>
#include <stdlib.h>
diff --git a/perf/inproc_thr.cpp b/perf/inproc_thr.cpp
index 570d87e..905c2be 100644
--- a/perf/inproc_thr.cpp
+++ b/perf/inproc_thr.cpp
@@ -19,7 +19,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "../include/xs.h"
+#include "../include/xs/xs.h"
#include <stdio.h>
#include <stdlib.h>
diff --git a/perf/local_lat.cpp b/perf/local_lat.cpp
index 1fcf3f4..57d05af 100644
--- a/perf/local_lat.cpp
+++ b/perf/local_lat.cpp
@@ -19,7 +19,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "../include/xs.h"
+#include "../include/xs/xs.h"
#include <stdio.h>
#include <stdlib.h>
diff --git a/perf/local_thr.cpp b/perf/local_thr.cpp
index 5a9e6f1..a70491c 100644
--- a/perf/local_thr.cpp
+++ b/perf/local_thr.cpp
@@ -19,7 +19,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "../include/xs.h"
+#include "../include/xs/xs.h"
#include <stdio.h>
#include <stdlib.h>
diff --git a/perf/remote_lat.cpp b/perf/remote_lat.cpp
index 6aaf1e9..483400c 100644
--- a/perf/remote_lat.cpp
+++ b/perf/remote_lat.cpp
@@ -19,7 +19,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "../include/xs.h"
+#include "../include/xs/xs.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/perf/remote_thr.cpp b/perf/remote_thr.cpp
index b93c4d7..91f61b6 100644
--- a/perf/remote_thr.cpp
+++ b/perf/remote_thr.cpp
@@ -19,7 +19,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "../include/xs.h"
+#include "../include/xs/xs.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>