]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
Fix includes to meet our usual guidelines
authorMatthew Barr <matthew.barr@intel.com>
Thu, 5 Nov 2015 03:46:07 +0000 (14:46 +1100)
committerMatthew Barr <matthew.barr@intel.com>
Tue, 10 Nov 2015 03:36:39 +0000 (14:36 +1100)
unit/internal/nfagraph_find_matches.cpp

index 41d28c5264075893fb725cc32736ab13c8c377f8..553d6dc54707dd88dcd45711d7bd37ca10f6539b 100644 (file)
@@ -36,9 +36,9 @@
 #include "nfagraph/ng_builder.h"
 #include "nfagraph/ng.h"
 #include "nfagraph/ng_asserts.h"
-#include "util/target_info.h"
 #include "hs_compile.h"
-#include "ng_find_matches.h"
+#include "util/ng_find_matches.h"
+#include "util/target_info.h"
 
 using namespace std;
 using namespace testing;