Skip to content

Commit

Permalink
ALL CAPS R COOL
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed Mar 27, 2016
1 parent 40c2ff2 commit ad49bfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/client/Download.cpp
Original file line number Original file line Diff line number Diff line change
@@ -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),
Expand Down
2 changes: 1 addition & 1 deletion src/client/DownloadManager.cpp
Original file line number Original file line Diff line number Diff line change
@@ -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"


Expand Down

0 comments on commit ad49bfb

Please sign in to comment.