editor: remove traces of stdafx
This commit is contained in:
parent
892e1e1a97
commit
f5c2fc032e
@ -225,10 +225,6 @@
|
|||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\stdafx.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\sync\sync.h"
|
RelativePath="..\sync\sync.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
|
#include "../sync/base.h"
|
||||||
#include "recentfiles.h"
|
#include "recentfiles.h"
|
||||||
#include "resource.h"
|
#include "resource.h"
|
||||||
|
#include <assert.h>
|
||||||
|
|
||||||
#define MAX_DIR_LEN 64
|
#define MAX_DIR_LEN 64
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include "stdafx.h"
|
#include <string>
|
||||||
|
#include <list>
|
||||||
|
|
||||||
class RecentFiles
|
class RecentFiles
|
||||||
{
|
{
|
||||||
|
|||||||
@ -1,5 +0,0 @@
|
|||||||
/* Copyright (C) 2007-2008 Erik Faye-Lund and Egbert Teeselink
|
|
||||||
* For conditions of distribution and use, see copyright notice in COPYING
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "stdafx.h"
|
|
||||||
@ -1,15 +0,0 @@
|
|||||||
/* Copyright (C) 2007-2008 Erik Faye-Lund and Egbert Teeselink
|
|
||||||
* For conditions of distribution and use, see copyright notice in COPYING
|
|
||||||
*/
|
|
||||||
#pragma once
|
|
||||||
|
|
||||||
#include <winsock2.h>
|
|
||||||
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
|
|
||||||
#include <windows.h>
|
|
||||||
|
|
||||||
#include <string>
|
|
||||||
#include <list>
|
|
||||||
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <assert.h>
|
|
||||||
#define ASSERT(x) assert(x)
|
|
||||||
Loading…
x
Reference in New Issue
Block a user