From 6b869db09c92b749de56236f373ccb2136eee302 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 14 Feb 2013 17:06:17 -0600 Subject: [PATCH] Rename common header files for consistency with class renaming --- knights/knights.h | 4 ++-- knights/main.cpp | 4 ++-- knights/resource.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/knights/knights.h b/knights/knights.h index 489c4d4..4eb9989 100644 --- a/knights/knights.h +++ b/knights/knights.h @@ -26,9 +26,9 @@ #include #include #include -#include +#include #include -#include +#include /* QT */ #include #include diff --git a/knights/main.cpp b/knights/main.cpp index e0ece27..5235fcc 100644 --- a/knights/main.cpp +++ b/knights/main.cpp @@ -15,8 +15,8 @@ * * ***************************************************************************/ -#include -#include +#include +#include #include #include "knights.h" diff --git a/knights/resource.h b/knights/resource.h index 3355f78..2876af7 100644 --- a/knights/resource.h +++ b/knights/resource.h @@ -28,7 +28,7 @@ #include #include #include -#include +#include /* TQt */ #include #include