From cbf5d0cef8875e3a03b49338d42784e23f96b26d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 14 Feb 2013 17:08:39 -0600 Subject: Rename common header files for consistency with class renaming --- lib/options.cc | 2 +- lib/plugin.cc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/options.cc b/lib/options.cc index ad755c9..f7ee6de 100644 --- a/lib/options.cc +++ b/lib/options.cc @@ -37,7 +37,7 @@ #include #include -#include +#include #ifdef DEBUG int debug_level = 1; diff --git a/lib/plugin.cc b/lib/plugin.cc index 7c0f2f1..7bb8e12 100644 --- a/lib/plugin.cc +++ b/lib/plugin.cc @@ -48,9 +48,9 @@ #include #include -#include +#include #include -#include +#include #include #include #include -- cgit v1.2.1