summaryrefslogtreecommitdiff
path: root/plugins/MobileState/src
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2015-07-25 15:12:48 +0000
committerKirill Volinsky <mataes2007@gmail.com>2015-07-25 15:12:48 +0000
commita2e911b7ad90a143cd01eacee3f526f775b3e613 (patch)
tree04247ecee006da696d4c7652f8c1fa8ec82bd360 /plugins/MobileState/src
parent153360d2601bded9d77df304a2a2b4c83a5a4998 (diff)
mobilestate: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14692 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MobileState/src')
-rw-r--r--plugins/MobileState/src/main.cpp2
-rw-r--r--plugins/MobileState/src/stdafx.cxx (renamed from plugins/MobileState/src/stdafx.cpp)2
-rw-r--r--plugins/MobileState/src/stdafx.h (renamed from plugins/MobileState/src/commonheaders.h)0
3 files changed, 2 insertions, 2 deletions
diff --git a/plugins/MobileState/src/main.cpp b/plugins/MobileState/src/main.cpp
index e39187cad1..53c7f0e2af 100644
--- a/plugins/MobileState/src/main.cpp
+++ b/plugins/MobileState/src/main.cpp
@@ -17,7 +17,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "commonheaders.h"
+#include "stdafx.h"
HINSTANCE g_hInst;
int hLangpack;
diff --git a/plugins/MobileState/src/stdafx.cpp b/plugins/MobileState/src/stdafx.cxx
index 048b14e9d2..6fb37564b7 100644
--- a/plugins/MobileState/src/stdafx.cpp
+++ b/plugins/MobileState/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 "commonheaders.h" \ No newline at end of file
+#include "stdafx.h" \ No newline at end of file
diff --git a/plugins/MobileState/src/commonheaders.h b/plugins/MobileState/src/stdafx.h
index 432aaf3911..432aaf3911 100644
--- a/plugins/MobileState/src/commonheaders.h
+++ b/plugins/MobileState/src/stdafx.h