ALL CAPS R COOL

This commit is contained in:
jacob1 2016-03-27 11:46:30 -04:00
parent 40c2ff27b0
commit ad49bfbb82
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#include <stdlib.h>
#include "Download.h"
#include "DownloadManager.h"
#include "http.h"
#include "HTTP.h"
Download::Download(std::string uri_, bool keepAlive):
http(NULL),

View File

@ -1,6 +1,6 @@
#include "DownloadManager.h"
#include "Download.h"
#include "http.h"
#include "HTTP.h"
#include "Config.h"
#include "Platform.h"