From 2c910e47ae788412b95e356c99cef5862808bf9a Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Wed, 22 Mar 2017 15:37:04 +1300 Subject: [PATCH] Correct back to Erroneously changed in 760c00831168646502637be5e29cac2b55f5de22. --- Examples/javascript/exception/example.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/javascript/exception/example.h b/Examples/javascript/exception/example.h index ea3b4fc63..1658ec770 100644 --- a/Examples/javascript/exception/example.h +++ b/Examples/javascript/exception/example.h @@ -1,6 +1,6 @@ /* File : example.h */ -#include +#include #ifndef SWIG struct A { };