Fix includes to meet our usual guidelines

This commit is contained in:
Matthew Barr 2015-11-05 14:46:07 +11:00
parent 9cffa7666f
commit b9d3b73ab8

View 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;