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 --- src/cli/report.cpp | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'src/cli/report.cpp') diff --git a/src/cli/report.cpp b/src/cli/report.cpp index 96dec553..4c5eb6f1 100644 --- a/src/cli/report.cpp +++ b/src/cli/report.cpp @@ -15,6 +15,12 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include +#include +#include +#if HAVE_CONFIG_H +# include +#endif #include "report.h" #include "run-command.h" #include "dbus.h" @@ -22,18 +28,6 @@ #include "debug_dump.h" #include "crash_types.h" // FILENAME_* defines #include "plugin.h" // LoadPluginSettings -#include -#include -#include -#if HAVE_CONFIG_H -# include -#endif -#if ENABLE_NLS -# include -# define _(S) gettext(S) -#else -# define _(S) (S) -#endif #include "abrt_packages.h" -- cgit