diff options
author | George Hazan <george.hazan@gmail.com> | 2015-05-11 16:39:06 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-05-11 16:39:06 +0000 |
commit | 6f7054d8f6c14e032a45a42555d4ab097fc82863 (patch) | |
tree | 1cc7d5ae2c4b77743982fa55578612ce27ce150e /plugins/Dropbox/src/http_request.h | |
parent | ac73a9c3d9b5f72f4ee7c0d635daf47db3ef1d50 (diff) |
- STL removed;
- code optimization and restructuring;
- warning fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@13549 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/src/http_request.h')
-rw-r--r-- | plugins/Dropbox/src/http_request.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Dropbox/src/http_request.h b/plugins/Dropbox/src/http_request.h index 231efbae25..7332975291 100644 --- a/plugins/Dropbox/src/http_request.h +++ b/plugins/Dropbox/src/http_request.h @@ -1,8 +1,6 @@ #ifndef _HTTP_REQUEST_H_
#define _HTTP_REQUEST_H_
-#include "stdafx.h"
-
enum HTTP_STATUS
{
HTTP_STATUS_OK = 200,
|