add missing #pragma once's

This commit is contained in:
Eric Wasylishen 2023-11-08 21:30:44 -07:00
parent a9838d9fc1
commit f1bf0f546d
6 changed files with 7 additions and 3 deletions

View File

@ -17,6 +17,8 @@
See file, 'COPYING', for details.
*/
#pragma once
#include <iosfwd>
struct mbsp_t;

View File

@ -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

View File

@ -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>

View File

@ -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);

View File

@ -18,7 +18,6 @@
See file, 'COPYING', for details.
*/
// qbsp.h
#pragma once

View File

@ -17,7 +17,7 @@
See file, 'COPYING', for details.
*/
// vis.h
#pragma once
#include <common/cmdlib.hh>
#include <common/mathlib.hh>