Skip to content

Commit

Permalink
Fix warning: #pragma once in main file
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed Sep 29, 2018
1 parent d7bfb4b commit 8e3d1c6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion src/xrEngine/thunderbolt.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "stdafx.h"
#pragma once

#ifndef _EDITOR
#include "Render.h"
Expand Down
2 changes: 0 additions & 2 deletions src/xrGame/ExoOutfit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// ExoOutfit - защитный костюм с усилением
///////////////////////////////////////////////////////////////

#pragma once

#include "StdAfx.h"
#include "ExoOutfit.h"

Expand Down
2 changes: 0 additions & 2 deletions src/xrGame/MilitaryOutfit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// MilitaryOutfit - защитный костюм военного
///////////////////////////////////////////////////////////////

#pragma once

#include "StdAfx.h"
#include "MilitaryOutfit.h"

Expand Down
2 changes: 0 additions & 2 deletions src/xrGame/ScientificOutfit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// ScientificOutfit - защитный костюм ученого
///////////////////////////////////////////////////////////////

#pragma once

#include "StdAfx.h"
#include "ScientificOutfit.h"

Expand Down

0 comments on commit 8e3d1c6

Please sign in to comment.