Fix colobot-lint warnings
parent
84521ef08a
commit
b96305060b
|
@ -23,7 +23,7 @@
|
|||
* \file CBotEnums.h
|
||||
* \brief Some enum values used across the CBot engine
|
||||
*/
|
||||
|
||||
|
||||
namespace CBot
|
||||
{
|
||||
|
||||
|
|
|
@ -79,7 +79,6 @@ bool IsPhaseWithWorld(Phase phase);
|
|||
bool IsMainMenuPhase(Phase phase);
|
||||
|
||||
|
||||
class CController;
|
||||
class CEventQueue;
|
||||
class CSoundInterface;
|
||||
class CLevelParserLine;
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
|
||||
#include "object/implementation/programmable_impl.h"
|
||||
|
||||
#include "CBot/CBot.h"
|
||||
|
||||
#include "common/global.h"
|
||||
|
||||
#include "level/robotmain.h"
|
||||
|
@ -40,8 +42,6 @@
|
|||
|
||||
#include "ui/controls/edit.h"
|
||||
|
||||
#include "CBot/CBot.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <iomanip>
|
||||
|
||||
|
|
|
@ -20,6 +20,8 @@
|
|||
|
||||
#include "script/script.h"
|
||||
|
||||
#include "CBot/CBot.h"
|
||||
|
||||
#include "common/restext.h"
|
||||
#include "common/stringutils.h"
|
||||
|
||||
|
@ -42,8 +44,6 @@
|
|||
#include "ui/controls/interface.h"
|
||||
#include "ui/controls/list.h"
|
||||
|
||||
#include "CBot/CBot.h"
|
||||
|
||||
|
||||
const int CBOT_IPF = 100; // CBOT: default number of instructions / frame
|
||||
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
#include "CBot/CBot.h"
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
#include <stdexcept>
|
||||
|
||||
using namespace CBot;
|
||||
|
||||
|
|
Loading…
Reference in New Issue