summaryrefslogtreecommitdiff
path: root/Utilities/cm_rhash.h
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/cm_rhash.h')
-rw-r--r--Utilities/cm_rhash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Utilities/cm_rhash.h b/Utilities/cm_rhash.h
index c79362775..03d9871f7 100644
--- a/Utilities/cm_rhash.h
+++ b/Utilities/cm_rhash.h
@@ -6,9 +6,9 @@
/* Use the LibRHash library configured for CMake. */
#include "cmThirdParty.h"
#ifdef CMAKE_USE_SYSTEM_LIBRHASH
-#include <rhash.h>
+# include <rhash.h>
#else
-#include <cmlibrhash/librhash/rhash.h>
+# include <cmlibrhash/librhash/rhash.h>
#endif
#endif