mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-29 09:23:32 +00:00
Remove <allegro.h> from resource_finder.cpp
This commit is contained in:
parent
10bd7142eb
commit
1f5ae8d75b
@ -20,14 +20,13 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <allegro.h>
|
|
||||||
#include <cstdio>
|
|
||||||
|
|
||||||
#include "app/resource_finder.h"
|
#include "app/resource_finder.h"
|
||||||
#include "base/fs.h"
|
#include "base/fs.h"
|
||||||
#include "base/path.h"
|
#include "base/path.h"
|
||||||
#include "base/string.h"
|
#include "base/string.h"
|
||||||
|
|
||||||
|
#include <cstdio>
|
||||||
|
|
||||||
namespace app {
|
namespace app {
|
||||||
|
|
||||||
ResourceFinder::ResourceFinder()
|
ResourceFinder::ResourceFinder()
|
||||||
|
Loading…
Reference in New Issue
Block a user