add missing #pragma once's
This commit is contained in:
parent
a9838d9fc1
commit
f1bf0f546d
|
|
@ -17,6 +17,8 @@
|
|||
See file, 'COPYING', for details.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <iosfwd>
|
||||
|
||||
struct mbsp_t;
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|||
|
||||
See file, 'COPYING', for details.
|
||||
*/
|
||||
// qbsp.h
|
||||
|
||||
#pragma once
|
||||
|
||||
|
|
|
|||
|
|
@ -18,6 +18,8 @@
|
|||
See file, 'COPYING', for details.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "common/log.hh"
|
||||
#include <tbb/parallel_for.h>
|
||||
#include <tbb/parallel_for_each.h>
|
||||
|
|
|
|||
|
|
@ -17,4 +17,6 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|||
See file, 'COPYING', for details.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
int maputil_main(int argc, char **argv);
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@
|
|||
|
||||
See file, 'COPYING', for details.
|
||||
*/
|
||||
// qbsp.h
|
||||
|
||||
#pragma once
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
See file, 'COPYING', for details.
|
||||
*/
|
||||
|
||||
// vis.h
|
||||
#pragma once
|
||||
|
||||
#include <common/cmdlib.hh>
|
||||
#include <common/mathlib.hh>
|
||||
|
|
|
|||
Loading…
Reference in New Issue