Add #pragma once to the top of a couple of the most commonly included headers in build/include. DONT_BUILD.

git-svn-id: https://svn.eduke32.com/eduke32@5664 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2016-03-14 00:07:44 +00:00
parent 4ea156822d
commit 1b5335ad72
3 changed files with 5 additions and 0 deletions

View file

@ -2,6 +2,8 @@
// for the Build Engine // for the Build Engine
// by Jonathon Fowler (jf@jonof.id.au) // by Jonathon Fowler (jf@jonof.id.au)
#pragma once
#ifndef baselayer_h_ #ifndef baselayer_h_
#define baselayer_h_ #define baselayer_h_

View file

@ -5,6 +5,7 @@
// This file has been modified from Ken Silverman's original release // This file has been modified from Ken Silverman's original release
// by Jonathon Fowler (jf@jonof.id.au) // by Jonathon Fowler (jf@jonof.id.au)
#pragma once
#ifndef build_h_ #ifndef build_h_
#define build_h_ #define build_h_

View file

@ -2,6 +2,8 @@
// certain build environments. It also levels the playing field caused // certain build environments. It also levels the playing field caused
// by different platforms. // by different platforms.
#pragma once
#ifndef compat_h_ #ifndef compat_h_
#define compat_h_ #define compat_h_