Fix includes in llfloatersettingsdebug.cpp

Ansariel 2014-01-23 20:16:17 +01:00
parent 090adb1fcf
commit de9712a4ca
1 changed files with 3 additions and 1 deletions

View File

@ -29,7 +29,7 @@
#include "llfloatersettingsdebug.h"
//#include "llfirstuse.h"
#include "llbutton.cpp"
#include "llbutton.h"
#include "llcolorswatch.h"
#include "llfloater.h"
#include "lllineeditor.h"
@ -47,6 +47,8 @@
#include "sanitycheck.h"
#include "stdenums.h" // for ADD_BOTTOM
// [/RLVa:KB]
#include "llnotificationsutil.h"
#include "llwindow.h"
LLFloaterSettingsDebug::LLFloaterSettingsDebug(const LLSD& key)
: LLFloater(key)