Skip to content

Commit

Permalink
- Linux fixes for SimulationData.h (wrong case in imports!)
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3675 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Oct 3, 2008
1 parent facfdd3 commit 9145037
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions OMNotebook/3Dpkg/SimulationData.h
@@ -1,10 +1,10 @@
#pragma once

#include <QT/qdom.h>
#include <QTCore/QString.h>
#include <QTCore/QFile.h>
#include <QTCore/QVector.h>
#include <QTCore/QHash.h>
#include <Qt/qdom.h>
#include <QtCore/QString>
#include <QtCore/QFile>
#include <QtCore/QVector>
#include <QtCore/QHash>

#include <Inventor/nodes/SoSeparator.h>
#include <Inventor/nodes/SoTranslation.h>
Expand Down

0 comments on commit 9145037

Please sign in to comment.