Move Section out of IniFile so it can be forward declared. Unlocked further improvements to build speed.

This commit is contained in:
Henrik Rydgård
2020-08-10 15:53:52 +02:00
parent 72d5b29434
commit 5ec2da0f2d
20 changed files with 186 additions and 170 deletions

View File

@@ -16,7 +16,9 @@
// https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
#include <string>
#include "base/display.h"
#include "base/stringutil.h"
// TODO: For text align flags, probably shouldn't be in gfx_es2/...
#include "gfx_es2/draw_buffer.h"
#include "i18n/i18n.h"