From b5acdcbcacd63769c1547732596a90b4c773855f Mon Sep 17 00:00:00 2001 From: havoc Date: Wed, 17 Jul 2013 04:07:25 +0000 Subject: [PATCH] moved #include above #include "quakedef.h" git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11972 d7cf8633-e32d-0410-b094-e92efae38249 --- snd_sdl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snd_sdl.c b/snd_sdl.c index c88b28c8..583ea1f8 100644 --- a/snd_sdl.c +++ b/snd_sdl.c @@ -16,11 +16,11 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "quakedef.h" - #include #include +#include "quakedef.h" + #include "snd_main.h" -- 2.39.2