summaryrefslogtreecommitdiff
path: root/plugins/Quotes/src/stdafx.cpp
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-03-08 10:47:18 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-03-08 10:47:18 +0000
commit69739f33352395f72de7f2f52599e04183623233 (patch)
tree2eb8cb2b386b27ed4adfb8968137156e9bfb4d2b /plugins/Quotes/src/stdafx.cpp
parent16314dec9300e5ecb6dca45f0c216e14cce2b7fc (diff)
removed not used headers
git-svn-id: http://svn.miranda-ng.org/main/trunk@3914 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Quotes/src/stdafx.cpp')
-rw-r--r--plugins/Quotes/src/stdafx.cpp22
1 files changed, 16 insertions, 6 deletions
diff --git a/plugins/Quotes/src/stdafx.cpp b/plugins/Quotes/src/stdafx.cpp
index e4738d8f60..54dddf84b3 100644
--- a/plugins/Quotes/src/stdafx.cpp
+++ b/plugins/Quotes/src/stdafx.cpp
@@ -1,8 +1,18 @@
-// stdafx.cpp : source file that includes just the standard includes
-// Forex.pch will be the pre-compiled header
-// stdafx.obj will contain the pre-compiled type information
+/*
+Copyright (C) 2012-13 Miranda NG Project (http://miranda-ng.org)
-#include "stdafx.h"
+This program is free software; you can redistribute it and/or
+modify it under the terms of the GNU General Public License
+as published by the Free Software Foundation version 2
+of the License.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
-// TODO: reference any additional headers you need in STDAFX.H
-// and not in this file
+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 "stdafx.h"