From 3d7e4711921a936688441ea06c4691a67d5809be Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 17 Aug 2010 18:55:35 +0200 Subject: *: move NLS include and #define _ to abrtlib.h Signed-off-by: Denys Vlasenko --- lib/plugins/RHTSupport.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/plugins/RHTSupport.cpp') diff --git a/lib/plugins/RHTSupport.cpp b/lib/plugins/RHTSupport.cpp index f056056d..0db227b3 100644 --- a/lib/plugins/RHTSupport.cpp +++ b/lib/plugins/RHTSupport.cpp @@ -18,6 +18,9 @@ */ #define _GNU_SOURCE 1 /* for stpcpy */ +#ifdef HAVE_CONFIG_H +# include +#endif #include #include "abrtlib.h" #include "abrt_curl.h" @@ -28,9 +31,6 @@ #include "comm_layer_inner.h" #include "RHTSupport.h" #include "strbuf.h" -#ifdef HAVE_CONFIG_H -# include -#endif using namespace std; -- cgit