We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4885b09 commit 5c02408Copy full SHA for 5c02408
src/common/Common.h
@@ -35,6 +35,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35
#include "engine/qcommon/q_shared.h"
36
37
// Common headers
38
+#include "Assert.h"
39
#include "String.h"
40
#include "Util.h"
41
#include "Optional.h"
@@ -43,7 +44,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
43
44
#include "Log.h"
45
#include "LineEditData.h"
46
#include "System.h"
-#include "Assert.h"
47
#include "Math.h"
48
#include "Color.h"
49
#include "Serialize.h"
0 commit comments