mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-22 06:41:08 +00:00
Remove unnecessaries #include <allegro/...> in raster/.
This commit is contained in:
parent
d301fc7530
commit
6a64fa311f
@ -18,7 +18,6 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <allegro/gfx.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "raster/algo.h"
|
||||
|
@ -20,7 +20,6 @@
|
||||
|
||||
#include <algorithm>
|
||||
#include <string.h>
|
||||
#include <allegro/unicode.h>
|
||||
|
||||
#include "raster/blend.h"
|
||||
#include "raster/cel.h"
|
||||
|
@ -18,7 +18,6 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <allegro/base.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "raster/algo.h"
|
||||
|
@ -19,7 +19,6 @@
|
||||
#ifndef RASTER_QUANTIZATION_H_INCLUDED
|
||||
#define RASTER_QUANTIZATION_H_INCLUDED
|
||||
|
||||
#include <allegro/color.h>
|
||||
#include "raster/dithering_method.h"
|
||||
|
||||
class Image;
|
||||
|
Loading…
x
Reference in New Issue
Block a user