We no longer need to include sudo_gettext.h before sudo_compat.h

This commit is contained in:
Todd C. Miller
2020-08-12 09:50:35 -06:00
parent 4b0783b0b4
commit 076d0376db
21 changed files with 95 additions and 96 deletions

View File

@@ -51,21 +51,20 @@
#include <regex.h>
#include <signal.h>
#include <pathnames.h>
#include "sudo_gettext.h" /* must be included before sudo_compat.h */
#include "pathnames.h"
#include "sudo_compat.h"
#include "sudo_fatal.h"
#include "logging.h"
#include "sudo_iolog.h"
#include "sudo_queue.h"
#include "sudo_plugin.h"
#include "sudo_conf.h"
#include "sudo_debug.h"
#include "sudo_event.h"
#include "sudo_fatal.h"
#include "sudo_gettext.h"
#include "sudo_iolog.h"
#include "sudo_plugin.h"
#include "sudo_queue.h"
#include "sudo_util.h"
#include "logging.h"
#ifdef HAVE_GETOPT_LONG
# include <getopt.h>
# else