From: havoc Date: Wed, 17 Jul 2013 04:07:25 +0000 (+0000) Subject: moved #include above #include "quakedef.h" X-Git-Tag: xonotic-v0.8.0~166 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=21c85c89e2cceb24ec8420f2b84fba82517766c3;p=xonotic%2Fdarkplaces.git moved #include above #include "quakedef.h" git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11972 d7cf8633-e32d-0410-b094-e92efae38249 ::stable-branch::merge=b5acdcbcacd63769c1547732596a90b4c773855f --- 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"