Remove unnecessaries #include <allegro/...> in raster/.

This commit is contained in:
David Capello 2010-12-26 18:35:12 -03:00
parent d301fc7530
commit 6a64fa311f
4 changed files with 0 additions and 4 deletions

View File

@ -18,7 +18,6 @@
#include "config.h"
#include <allegro/gfx.h>
#include <math.h>
#include "raster/algo.h"

View File

@ -20,7 +20,6 @@
#include <algorithm>
#include <string.h>
#include <allegro/unicode.h>
#include "raster/blend.h"
#include "raster/cel.h"

View File

@ -18,7 +18,6 @@
#include "config.h"
#include <allegro/base.h>
#include <math.h>
#include "raster/algo.h"

View File

@ -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;