From 402a1e24bae42c3789a7e000da7ca3c0f07d5dd0 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 6 May 2008 22:17:12 +0000 Subject: (svn r12977) -Codechange: remove quite some redundant (duplicate) function declarations. --- src/video/sdl_v.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/video/sdl_v.cpp') diff --git a/src/video/sdl_v.cpp b/src/video/sdl_v.cpp index a9a13411c..9872c14cf 100644 --- a/src/video/sdl_v.cpp +++ b/src/video/sdl_v.cpp @@ -15,6 +15,8 @@ #include "../network/network.h" #include "../core/math_func.hpp" #include "../core/random_func.hpp" +#include "../functions.h" +#include "../texteff.hpp" #include "sdl_v.h" #include -- cgit v1.2.3-54-g00ecf