From 8d7021975c1bca8009ba8572bb74aaa71f2a002a Mon Sep 17 00:00:00 2001 From: Anton Bachin Date: Sun, 3 May 2015 15:00:28 -0400 Subject: [PATCH] Renamed files with lowercase naming convention. --- Enum.h => EnumToBeRemoved.h | 0 EnumInternal.h => enum.h | 0 EnumPreprocessorMap.h => enum_preprocessor_map.h | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename Enum.h => EnumToBeRemoved.h (100%) rename EnumInternal.h => enum.h (100%) rename EnumPreprocessorMap.h => enum_preprocessor_map.h (100%) diff --git a/Enum.h b/EnumToBeRemoved.h similarity index 100% rename from Enum.h rename to EnumToBeRemoved.h diff --git a/EnumInternal.h b/enum.h similarity index 100% rename from EnumInternal.h rename to enum.h diff --git a/EnumPreprocessorMap.h b/enum_preprocessor_map.h similarity index 100% rename from EnumPreprocessorMap.h rename to enum_preprocessor_map.h