From aa327aa7804520a6f97a449e1b11d5a8be2f7826 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 14 Feb 2013 17:11:13 -0600 Subject: [PATCH] Rename common header files for consistency with class renaming --- src/main.cpp | 6 +++--- src/wlassistant.cpp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 3677f09..b5986f6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -21,9 +21,9 @@ #include "wlassistant.h" -#include -#include -#include +#include +#include +#include #include static const char description[] = diff --git a/src/wlassistant.cpp b/src/wlassistant.cpp index 2187bde..b57df66 100644 --- a/src/wlassistant.cpp +++ b/src/wlassistant.cpp @@ -41,7 +41,7 @@ #include #include #include -#include +#include #include #include #include