Fixup for non-unified bustage on windows after bug 985970. r=me

This commit is contained in:
Mike Hommey 2014-08-02 09:43:27 +09:00
parent 5d88175e00
commit f977e9463b
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
#include "nsIInterfaceRequestor.h"
#ifdef XP_WIN
class WinWifiScanner;
#include "win_wifiScanner.h"
#endif
#if defined(PR_LOGGING)

View File

@ -7,9 +7,9 @@
// Moz headers (alphabetical)
#include "nsAutoPtr.h"
#include "nsCOMArray.h"
#include "win_wlanLibrary.h"
class nsWifiAccessPoint;
class WinWLANLibrary;
class WinWifiScanner {
public: