refs #510 Remove underscores from all the source file names

This commit is contained in:
Michał Garapich
2015-11-22 12:53:09 +01:00
parent 1fc7300982
commit 1b06e15b61
216 changed files with 334 additions and 336 deletions

View File

@@ -7,7 +7,7 @@
* contained in the LICENSE file.
*/
#include "simulator_fscommon.h"
#include "simulatorfscommon.h"
#include "blackmisc/logmessage.h"
#include "blackmisc/simulation/fscommon/modelmappingsprovidervpilot.h"
#include "blackmisc/blackmiscfreefunctions.h"

View File

@@ -12,7 +12,7 @@
#ifndef BLACKSIMPLUGIN_SIMULATOR_COMMON_H
#define BLACKSIMPLUGIN_SIMULATOR_COMMON_H
#include "blackcore/simulator_common.h"
#include "blackcore/simulatorcommon.h"
#include "blackcore/interpolator.h"
#include "blackmisc/simulation/aircraftmatcher.h"
#include "blackmisc/simulation/fscommon/aircraftcfgparser.h"