summaryrefslogtreecommitdiffstats
path: root/lib/Utils
diff options
context:
space:
mode:
authorNikola Pajkovsky <npajkovs@redhat.com>2010-07-08 16:38:20 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2010-07-09 11:42:46 +0200
commit7c8467db240180d4d4fba9701eac1c4b07466d6b (patch)
tree391bf908a9894f23c9b4a7a3d10dd44a5e44219d /lib/Utils
parent6c4ea60aa257907deebcdb346a9d68bbe722837e (diff)
downloadabrt-7c8467db240180d4d4fba9701eac1c4b07466d6b.tar.gz
abrt-7c8467db240180d4d4fba9701eac1c4b07466d6b.tar.xz
abrt-7c8467db240180d4d4fba9701eac1c4b07466d6b.zip
lower-case devel headers
Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
Diffstat (limited to 'lib/Utils')
-rw-r--r--lib/Utils/ABRTException.cpp2
-rw-r--r--lib/Utils/CommLayerInner.cpp2
-rw-r--r--lib/Utils/CrashTypes.cpp2
-rw-r--r--lib/Utils/DebugDump.cpp6
-rw-r--r--lib/Utils/Makefile.am4
-rw-r--r--lib/Utils/Plugin.cpp2
-rw-r--r--lib/Utils/abrt_curl.cpp2
-rw-r--r--lib/Utils/abrt_rh_support.cpp2
-rw-r--r--lib/Utils/abrt_xmlrpc.cpp2
-rw-r--r--lib/Utils/hooklib.cpp2
-rw-r--r--lib/Utils/make_descr.cpp4
11 files changed, 15 insertions, 15 deletions
diff --git a/lib/Utils/ABRTException.cpp b/lib/Utils/ABRTException.cpp
index a451cbdf..0ae5d452 100644
--- a/lib/Utils/ABRTException.cpp
+++ b/lib/Utils/ABRTException.cpp
@@ -16,7 +16,7 @@
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#include "ABRTException.h"
+#include "abrt_exception.h"
CABRTException::CABRTException(abrt_exception_t type, const char* fmt, ...)
{
diff --git a/lib/Utils/CommLayerInner.cpp b/lib/Utils/CommLayerInner.cpp
index 9512019d..3c102d6e 100644
--- a/lib/Utils/CommLayerInner.cpp
+++ b/lib/Utils/CommLayerInner.cpp
@@ -19,7 +19,7 @@
#include <pthread.h>
#include <map>
#include "abrtlib.h"
-#include "CommLayerInner.h"
+#include "comm_layer_inner.h"
static CObserver *s_pObs;
diff --git a/lib/Utils/CrashTypes.cpp b/lib/Utils/CrashTypes.cpp
index 4fc93337..96be28c1 100644
--- a/lib/Utils/CrashTypes.cpp
+++ b/lib/Utils/CrashTypes.cpp
@@ -18,7 +18,7 @@
*/
#include "abrt_types.h"
#include "abrtlib.h"
-#include "CrashTypes.h"
+#include "crash_types.h"
const char *const must_have_files[] = {
FILENAME_ARCHITECTURE,
diff --git a/lib/Utils/DebugDump.cpp b/lib/Utils/DebugDump.cpp
index 8b3d27d7..30ceacc1 100644
--- a/lib/Utils/DebugDump.cpp
+++ b/lib/Utils/DebugDump.cpp
@@ -20,9 +20,9 @@
*/
#include <sys/utsname.h>
#include "abrtlib.h"
-#include "DebugDump.h"
-#include "ABRTException.h"
-#include "CommLayerInner.h"
+#include "debug_dump.h"
+#include "abrt_exception.h"
+#include "comm_layer_inner.h"
static bool isdigit_str(const char *str)
{
diff --git a/lib/Utils/Makefile.am b/lib/Utils/Makefile.am
index 070a6fb0..d0165770 100644
--- a/lib/Utils/Makefile.am
+++ b/lib/Utils/Makefile.am
@@ -52,11 +52,11 @@ libABRTUtils_la_LIBADD = \
libABRTdUtils_la_SOURCES = \
parse_release.cpp \
make_descr.cpp \
- $(HEADER_DIR)/CommLayerInner.h CommLayerInner.cpp \
+ $(HEADER_DIR)/comm_layer_inner.h CommLayerInner.cpp \
$(HEADER_DIR)/abrt_xmlrpc.h abrt_xmlrpc.cpp \
abrt_rh_support.h abrt_rh_support.cpp \
abrt_curl.h abrt_curl.cpp \
- $(HEADER_DIR)/Plugin.h Plugin.cpp \
+ $(HEADER_DIR)/plugin.h Plugin.cpp \
Polkit.h Polkit.cpp
libABRTdUtils_la_CPPFLAGS = \
diff --git a/lib/Utils/Plugin.cpp b/lib/Utils/Plugin.cpp
index 07412657..40fa39de 100644
--- a/lib/Utils/Plugin.cpp
+++ b/lib/Utils/Plugin.cpp
@@ -16,7 +16,7 @@
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#include "Plugin.h"
+#include "plugin.h"
#include "abrtlib.h"
CPlugin::CPlugin() {}
diff --git a/lib/Utils/abrt_curl.cpp b/lib/Utils/abrt_curl.cpp
index 49d6e0b3..0eea9dbe 100644
--- a/lib/Utils/abrt_curl.cpp
+++ b/lib/Utils/abrt_curl.cpp
@@ -18,7 +18,7 @@
*/
#include "abrtlib.h"
#include "abrt_curl.h"
-#include "CommLayerInner.h"
+#include "comm_layer_inner.h"
using namespace std;
diff --git a/lib/Utils/abrt_rh_support.cpp b/lib/Utils/abrt_rh_support.cpp
index a162a437..72523988 100644
--- a/lib/Utils/abrt_rh_support.cpp
+++ b/lib/Utils/abrt_rh_support.cpp
@@ -24,7 +24,7 @@
#include "abrtlib.h"
#include "abrt_curl.h"
#include "abrt_xmlrpc.h"
-#include "ABRTException.h"
+#include "abrt_exception.h"
#include "abrt_rh_support.h"
using namespace std;
diff --git a/lib/Utils/abrt_xmlrpc.cpp b/lib/Utils/abrt_xmlrpc.cpp
index cbe09907..0157c2d5 100644
--- a/lib/Utils/abrt_xmlrpc.cpp
+++ b/lib/Utils/abrt_xmlrpc.cpp
@@ -21,7 +21,7 @@
#endif
#include "abrtlib.h"
#include "abrt_xmlrpc.h"
-#include "ABRTException.h"
+#include "abrt_exception.h"
void throw_xml_fault(xmlrpc_env *env)
{
diff --git a/lib/Utils/hooklib.cpp b/lib/Utils/hooklib.cpp
index 10b575a4..68970661 100644
--- a/lib/Utils/hooklib.cpp
+++ b/lib/Utils/hooklib.cpp
@@ -17,7 +17,7 @@
*/
#include "abrtlib.h"
#include "hooklib.h"
-#include "DebugDump.h"
+#include "debug_dump.h"
#include <sys/statvfs.h>
using namespace std;
diff --git a/lib/Utils/make_descr.cpp b/lib/Utils/make_descr.cpp
index 7faafcb3..46d9644d 100644
--- a/lib/Utils/make_descr.cpp
+++ b/lib/Utils/make_descr.cpp
@@ -17,8 +17,8 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "abrtlib.h"
-#include "CrashTypes.h"
-#include "DebugDump.h" /* FILENAME_ARCHITECTURE etc */
+#include "crash_types.h"
+#include "debug_dump.h" /* FILENAME_ARCHITECTURE etc */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif