mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
very minor compile speed improvements
This commit is contained in:
@@ -21,8 +21,6 @@
|
||||
#ifndef LOVE_STRING_MAP_H
|
||||
#define LOVE_STRING_MAP_H
|
||||
|
||||
#include "Exception.h"
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
|
||||
// STD
|
||||
#include <bitset>
|
||||
#include <vector>
|
||||
|
||||
namespace love
|
||||
{
|
||||
|
||||
@@ -23,6 +23,8 @@
|
||||
#ifdef LOVE_WINDOWS
|
||||
|
||||
#include <string>
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
|
||||
namespace love
|
||||
|
||||
Reference in New Issue
Block a user