summaryrefslogtreecommitdiff
path: root/plugins/Restart/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Restart/src')
-rw-r--r--plugins/Restart/src/restart.cpp2
-rw-r--r--plugins/Restart/src/stdafx.cxx (renamed from plugins/Restart/src/stdafx.cpp)2
-rw-r--r--plugins/Restart/src/stdafx.h (renamed from plugins/Restart/src/Common.h)1
3 files changed, 2 insertions, 3 deletions
diff --git a/plugins/Restart/src/restart.cpp b/plugins/Restart/src/restart.cpp
index fc858e7a56..104f3835ec 100644
--- a/plugins/Restart/src/restart.cpp
+++ b/plugins/Restart/src/restart.cpp
@@ -1,4 +1,4 @@
-#include "Common.h"
+#include "stdafx.h"
HINSTANCE hInst;
int hLangpack;
diff --git a/plugins/Restart/src/stdafx.cpp b/plugins/Restart/src/stdafx.cxx
index c5fe5abaad..6fb37564b7 100644
--- a/plugins/Restart/src/stdafx.cpp
+++ b/plugins/Restart/src/stdafx.cxx
@@ -15,4 +15,4 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "common.h" \ No newline at end of file
+#include "stdafx.h" \ No newline at end of file
diff --git a/plugins/Restart/src/Common.h b/plugins/Restart/src/stdafx.h
index 1f4daccd36..f33d33009f 100644
--- a/plugins/Restart/src/Common.h
+++ b/plugins/Restart/src/stdafx.h
@@ -1,4 +1,3 @@
-#define _CRT_SECURE_NO_WARNINGS
#define WIN32_LEAN_AND_MEAN
#include <windows.h>