mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 21:19:18 +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"
|
||||
#endif
|
||||
|
||||
#include <allegro.h>
|
||||
#include <cstdio>
|
||||
|
||||
#include "app/resource_finder.h"
|
||||
#include "base/fs.h"
|
||||
#include "base/path.h"
|
||||
#include "base/string.h"
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
namespace app {
|
||||
|
||||
ResourceFinder::ResourceFinder()
|
||||
|
Loading…
Reference in New Issue
Block a user