From 0079f31d03ce531c5ad04b1a80f3004673e7af7b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 14 Feb 2013 17:02:45 -0600 Subject: [PATCH] Rename common header files for consistency with class renaming --- src/abakus.cpp | 6 +++--- src/abakuscommon.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/abakus.cpp b/src/abakus.cpp index 8c4e8e8..80e89af 100644 --- a/src/abakus.cpp +++ b/src/abakus.cpp @@ -16,9 +16,9 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include -#include -#include +#include +#include +#include #include #include diff --git a/src/abakuscommon.h b/src/abakuscommon.h index 3ad954e..c093446 100644 --- a/src/abakuscommon.h +++ b/src/abakuscommon.h @@ -1,7 +1,7 @@ // header file for pch support. #if defined __cplusplus -#include +#include #include #include #include