From 040b8f9d80a67fe6746304a262cd57f71e9a4e3e Mon Sep 17 00:00:00 2001 From: Ben Smith Date: Wed, 30 Aug 2017 00:10:25 -0700 Subject: Always include quoted headers like "src/foo.h" (#601) This way the names won't conflict with other headers with the same name. --- src/binding-hash.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/binding-hash.cc') diff --git a/src/binding-hash.cc b/src/binding-hash.cc index 0eed179d..68bbc424 100644 --- a/src/binding-hash.cc +++ b/src/binding-hash.cc @@ -14,12 +14,12 @@ * limitations under the License. */ -#include "binding-hash.h" +#include "src/binding-hash.h" #include #include -#include "ir.h" +#include "src/ir.h" namespace wabt { -- cgit v1.2.3