mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-22 15:39:52 +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 "config.h"
|
||||||
|
|
||||||
#include <allegro/gfx.h>
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
#include "raster/algo.h"
|
#include "raster/algo.h"
|
||||||
|
@ -20,7 +20,6 @@
|
|||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <allegro/unicode.h>
|
|
||||||
|
|
||||||
#include "raster/blend.h"
|
#include "raster/blend.h"
|
||||||
#include "raster/cel.h"
|
#include "raster/cel.h"
|
||||||
|
@ -18,7 +18,6 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include <allegro/base.h>
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
#include "raster/algo.h"
|
#include "raster/algo.h"
|
||||||
|
@ -19,7 +19,6 @@
|
|||||||
#ifndef RASTER_QUANTIZATION_H_INCLUDED
|
#ifndef RASTER_QUANTIZATION_H_INCLUDED
|
||||||
#define RASTER_QUANTIZATION_H_INCLUDED
|
#define RASTER_QUANTIZATION_H_INCLUDED
|
||||||
|
|
||||||
#include <allegro/color.h>
|
|
||||||
#include "raster/dithering_method.h"
|
#include "raster/dithering_method.h"
|
||||||
|
|
||||||
class Image;
|
class Image;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user