Skip to content

Commit

Permalink
WIP6
Browse files Browse the repository at this point in the history
  • Loading branch information
HuguesDelorme committed Jul 22, 2023
1 parent 6a30c86 commit 3139ad1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 7 additions & 3 deletions src/app/command_system_information.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

#include "commands_help.h"

#include "../base/meta_enum.h"
#include "../base/filepath.h"
#include "../base/io_system.h"
#include "app_module.h"
#include "qstring_conv.h"
#include "qtwidgets_utils.h"
#include "../base/meta_enum.h"
#include "../base/filepath.h"
#include "../base/io_system.h"

#include <QtCore/QDir>
#include <QtCore/QFileSelector>
Expand All @@ -33,6 +33,10 @@
#include <QtWidgets/QPushButton>
#include <QtWidgets/QStyleFactory>

// NOTICE for Linux/X11
// Because of #define conflicts, OpenGL_Context.hxx must be included *before* QtGui/QOpenGLContext
// It also has to be included *after* QtCore/QTextStream
// Beware of these limitations when adding/removing inclusion of headers here
#include <OpenGl_Context.hxx>
#include <Standard_Version.hxx>

Expand Down
2 changes: 0 additions & 2 deletions src/app/commands_help.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

#include "commands_api.h"

#include <vector>

namespace Mayo {

class CommandReportBug : public Command {
Expand Down

0 comments on commit 3139ad1

Please sign in to comment.