From 7c69b7f65ec6f1006d85f779a95d3c68abd33312 Mon Sep 17 00:00:00 2001 From: Steven Myint Date: Fri, 19 Feb 2016 13:35:59 -0800 Subject: [PATCH] Clarify --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c354e80..26ba79a 100644 --- a/README.rst +++ b/README.rst @@ -34,7 +34,7 @@ cppclean finds the following: - Unnecessary #includes in header files - No direct reference to anything in the header - Header is unnecessary if classes were forward declared instead -- Inconsistent case in #includes +- Inconsistent case in #includes (``foo.h`` versus ``Foo.h``) - (planned) Unnecessary #includes in source files - (planned) Source files that reference headers not directly #included, ie, files that rely on a transitive #include from another header