Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/intgemm/intgemm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2019-12-14 16:52:38 +0300
committerKenneth Heafield <github@kheafield.com>2019-12-14 16:52:38 +0300
commite832600961b145bfb6266675cf8d188bdbcc26c3 (patch)
treea7a0713c2cce9246d116c9512c52808263850379 /test/add127_test.cc
parentba1dd6f8759b8396166355e76c2fe28977b168e4 (diff)
Relative headers eliminate -I
Diffstat (limited to 'test/add127_test.cc')
-rw-r--r--test/add127_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/add127_test.cc b/test/add127_test.cc
index 0cf1281..c803bad 100644
--- a/test/add127_test.cc
+++ b/test/add127_test.cc
@@ -1,4 +1,4 @@
-#include "test/test.h"
+#include "test.h"
namespace intgemm {