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/binary.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/binary.cc') diff --git a/src/binary.cc b/src/binary.cc index 74e34fb0..b0cd32a2 100644 --- a/src/binary.cc +++ b/src/binary.cc @@ -14,7 +14,7 @@ * limitations under the License. */ -#include "binary.h" +#include "src/binary.h" namespace wabt { -- cgit v1.2.3