From 921938e34cd085547554572e9d6577fc60403c5e Mon Sep 17 00:00:00 2001
From: "Jay Freeman (saurik)" <saurik@saurik.com>
Date: Wed, 4 Nov 2009 22:32:41 +0000
Subject: [PATCH] Accidentally committed a comment to headers :=.

---
 ObjectiveC.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ObjectiveC.mk b/ObjectiveC.mk
index 6f3e14e..c2837c5 100644
--- a/ObjectiveC.mk
+++ b/ObjectiveC.mk
@@ -1,5 +1,5 @@
 filters += ObjectiveC
-header += Struct.hpp #ObjectiveC/Internal.hpp ObjectiveC/Syntax.hpp
+header += Struct.hpp ObjectiveC/Internal.hpp ObjectiveC/Syntax.hpp
 code += ObjectiveC/Output.o ObjectiveC/Replace.o ObjectiveC/Library.o
 
 Struct.hpp:
-- 
2.47.2