Skip to content

Commit

Permalink
Revert "Remove always.h from hot include files to reduce compile time" (
Browse files Browse the repository at this point in the history
TheAssemblyArmada#1119)

This reverts commit 30cc431.
  • Loading branch information
xezon authored Feb 15, 2024
1 parent d5484cf commit 549c535
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions deps/baseconfig/src/unichar.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
*/
#ifndef BASE_UNICHAR_H
#define BASE_UNICHAR_H

#include "macros.h"
#include <wchar.h>

#ifdef U_CHAR
Expand Down
1 change: 1 addition & 0 deletions src/game/common/bitflags.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
*/
#pragma once

#include "always.h"
#include "asciistring.h"
#include "ini.h"
#include "xfer.h"
Expand Down
2 changes: 1 addition & 1 deletion src/game/common/system/asciistring.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
#pragma once

#include "unichar.h"
#include "always.h"
#include <cstdarg>
#include <cstddef>
#include <cstdlib>
Expand Down
2 changes: 1 addition & 1 deletion src/game/common/system/unicodestring.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
*/
#pragma once

#include "always.h"
#include "critsection.h"
#include "unichar.h"
#include <cstdarg>
#include <cstddef>

Expand Down

0 comments on commit 549c535

Please sign in to comment.