Move net_http_special to network/

This commit is contained in:
twinaphex 2016-05-09 17:47:45 +02:00
parent 751872afa4
commit 7ca75d46f8
5 changed files with 3 additions and 3 deletions

View File

@ -954,7 +954,7 @@ ifeq ($(HAVE_NETWORKING), 1)
OBJ += libretro-common/net/net_compat.o \
libretro-common/net/net_http.o \
libretro-common/net/net_socket.o \
net_http_special.o \
network/net_http_special.o \
tasks/task_http.o
ifneq ($(HAVE_SOCKET_LEGACY),1)

View File

@ -24,7 +24,7 @@
#include "cheevos.h"
#include "dynamic.h"
#include "libretro.h"
#include "net_http_special.h"
#include "network/net_http_special.h"
#include "configuration.h"
#include "performance.h"
#include "msg_hash.h"

View File

@ -113,7 +113,7 @@ ACHIEVEMENTS
#include "../libretro-common/formats/json/jsonsax.c"
#include "../libretro-common/utils/md5.c"
#include "../net_http_special.c"
#include "../network/net_http_special.c"
#include "../cheevos.c"
#endif