Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix linux, attempt 2.
  • Loading branch information
RachelBryk committed Sep 25, 2013
1 parent f77b3cc commit 74ee85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/Src/NetPlayClient.cpp
Expand Up @@ -5,6 +5,7 @@
#include "NetPlayClient.h"

// for wiimote
#include "HW/WiimoteReal/WiimoteReal.h"
#include "IPC_HLE/WII_IPC_HLE_Device_usb.h"
#include "IPC_HLE/WII_IPC_HLE_WiiMote.h"
// for gcpad
Expand All @@ -19,7 +20,6 @@
#include "ConfigManager.h"
#include "Movie.h"
#include "HW/WiimoteEmu/WiimoteEmu.h"
#include "HW/WiimoteReal/WiimoteReal.h"

std::mutex crit_netplay_client;
static NetPlayClient * netplay_client = NULL;
Expand Down

0 comments on commit 74ee85a

Please sign in to comment.