Skip to content

Commit

Permalink
Include locale include files last in fdomenu.cc, because they contain…
Browse files Browse the repository at this point in the history
… macro's.
  • Loading branch information
gijsbers committed Feb 21, 2025
1 parent 3a61123 commit c10c27f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/fdomenu.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@
#define _GNU_SOURCE
#endif

#include "appnames.h"
#include "base.h"
#include "config.h"
#include "intl.h"

#include <algorithm>
#include <chrono>
#include <cstring>
Expand All @@ -50,6 +45,11 @@
#include <sys/types.h>
#include <unistd.h>

#include "appnames.h"
#include "base.h"
#include "config.h"
#include "intl.h"

using namespace std;

#include "fdospecgen.h"
Expand Down

0 comments on commit c10c27f

Please sign in to comment.