diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-08 20:38:11 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-08 20:38:11 +0000 |
commit | 80618c9cfc8d65c5768f5df53d7fbb94b0a8291e (patch) | |
tree | 1829fb4cb1c4e2fc03b9824e2cd85333ab684f19 /src/core/stduseronline/src/useronline.cpp | |
parent | b7e8135d79837df9d9f10ab82042f21a92ffc132 (diff) |
stduseronline: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14873 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stduseronline/src/useronline.cpp')
-rw-r--r-- | src/core/stduseronline/src/useronline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stduseronline/src/useronline.cpp b/src/core/stduseronline/src/useronline.cpp index f9117bc809..4e916724f4 100644 --- a/src/core/stduseronline/src/useronline.cpp +++ b/src/core/stduseronline/src/useronline.cpp @@ -22,7 +22,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include "commonheaders.h"
+#include "stdafx.h"
static int uniqueEventId = 0;
|