Split imll from TestCaseInfo
diff --git a/include/internal/catch_objc.hpp b/include/internal/catch_objc.hpp
index ad13e29..fabfda8 100644
--- a/include/internal/catch_objc.hpp
+++ b/include/internal/catch_objc.hpp
@@ -17,7 +17,7 @@
// NB. Any general catch headers included here must be included
// in catch.hpp first to make sure they are included by the single
// header for non obj-usage
-#include "internal/catch_test_case_info.hpp"
+#include "internal/catch_test_case_info.h"
///////////////////////////////////////////////////////////////////////////////
// This protocol is really only here for (self) documenting purposes, since