Skip to content

Commit

Permalink
- geez, stdafx.h actually exists but with small letters. fix case.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14949 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Jan 25, 2013
1 parent 6bca731 commit 766fa87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions SimulationRuntime/cpp/Core/SimController/Configuration.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#if defined(_MSC_VER)
#include "StdAfx.h"
#endif

#include "stdafx.h"
#include "Configuration.h"
#include <boost/algorithm/string.hpp>
#include "LibrariesConfig.h"
Expand Down
5 changes: 1 addition & 4 deletions SimulationRuntime/cpp/Core/SimulationSettings/Factory.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#if defined(_MSC_VER)
#include "StdAfx.h"
#endif

#include "stdafx.h"
#include "Factory.h"
#include "GlobalSettings.h"
#include <Solver/ISolverSettings.h>
Expand Down

0 comments on commit 766fa87

Please sign in to comment.