diff options
author | George Hazan <george.hazan@gmail.com> | 2015-07-25 13:39:32 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-07-25 13:39:32 +0000 |
commit | a4888d0a3d58a13ade8d9c496a228570e2b2adb6 (patch) | |
tree | 90021f01fb6ee51c352f01f34ab0190a7dbccf80 /plugins/FTPFileYM/src/serverlist.cpp | |
parent | 76e343ab968fb6f194333fb0ec7057eaf621bcd4 (diff) |
unified ftpfile project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14685 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FTPFileYM/src/serverlist.cpp')
-rw-r--r-- | plugins/FTPFileYM/src/serverlist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/FTPFileYM/src/serverlist.cpp b/plugins/FTPFileYM/src/serverlist.cpp index bb20a4bb74..512aafa0a0 100644 --- a/plugins/FTPFileYM/src/serverlist.cpp +++ b/plugins/FTPFileYM/src/serverlist.cpp @@ -16,7 +16,7 @@ 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"
+#include "stdafx.h"
ServerList *ServerList::instance = NULL;
ServerList &ftpList = ServerList::getInstance();
|