Move #include <precomp.h> to the top, as precompiled headers must be the first thing that is included or it won't take advantage of being precompiled

svn path=/trunk/; revision=48082
This commit is contained in:
Timo Kreuzer 2010-07-16 15:08:03 +00:00
parent f01fb95ae9
commit 2faf924bad

View file

@ -1,9 +1,9 @@
/* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
#include <precomp.h>
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <signal.h>
#include <precomp.h>
/*