ALL CAPS R COOL
This commit is contained in:
parent
40c2ff27b0
commit
ad49bfbb82
@ -1,7 +1,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "Download.h"
|
#include "Download.h"
|
||||||
#include "DownloadManager.h"
|
#include "DownloadManager.h"
|
||||||
#include "http.h"
|
#include "HTTP.h"
|
||||||
|
|
||||||
Download::Download(std::string uri_, bool keepAlive):
|
Download::Download(std::string uri_, bool keepAlive):
|
||||||
http(NULL),
|
http(NULL),
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include "DownloadManager.h"
|
#include "DownloadManager.h"
|
||||||
#include "Download.h"
|
#include "Download.h"
|
||||||
#include "http.h"
|
#include "HTTP.h"
|
||||||
#include "Config.h"
|
#include "Config.h"
|
||||||
#include "Platform.h"
|
#include "Platform.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user