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/utils/parse_release.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/utils/parse_release.cpp') diff --git a/lib/utils/parse_release.cpp b/lib/utils/parse_release.cpp index 3d6b572f..0b8bf5eb 100644 --- a/lib/utils/parse_release.cpp +++ b/lib/utils/parse_release.cpp @@ -16,10 +16,10 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#include "abrtlib.h" #ifdef HAVE_CONFIG_H # include "config.h" #endif +#include "abrtlib.h" #include "strbuf.h" -- cgit