forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
330 B
C++
11 lines
330 B
C++
--- ./utils/dgraphics.cc.orig 2009-06-10 07:32:20.000000000 +0900
|
|
+++ ./utils/dgraphics.cc 2009-06-17 17:46:19.000000000 +0900
|
|
@@ -25,7 +25,7 @@
|
|
|
|
#include <SDL/SDL.h>
|
|
#include <SDL/SDL_gfxPrimitives.h>
|
|
-#include <SDL/SDL_image.h>
|
|
+//#include <SDL/SDL_image.h>
|
|
#include <SDL/SDL_imageFilter.h>
|
|
#include <SDL/SDL_rotozoom.h>
|
|
|