mirror of https://github.com/KLayout/klayout.git
Fixed build without Ruby/Python
This commit is contained in:
parent
abb5424ece
commit
683be55104
|
|
@ -69,10 +69,8 @@
|
|||
#include "laybasicConfig.h"
|
||||
#include "layConfig.h"
|
||||
#include "layMainWindow.h"
|
||||
#include "layMacroEditorDialog.h"
|
||||
#include "layHelpDialog.h"
|
||||
#include "layHelpSource.h" // because of escape_xml
|
||||
#include "layMacro.h"
|
||||
#include "layNavigator.h"
|
||||
#include "layProgress.h"
|
||||
#include "layProgressWidget.h"
|
||||
|
|
@ -96,6 +94,7 @@
|
|||
#include "layMacroController.h"
|
||||
#include "ui_HelpAboutDialog.h"
|
||||
#include "gsi.h"
|
||||
#include "gsiInterpreter.h"
|
||||
#include "gtf.h"
|
||||
|
||||
namespace lay
|
||||
|
|
|
|||
|
|
@ -82,9 +82,6 @@ class CellView;
|
|||
class Navigator;
|
||||
class LayerToolbox;
|
||||
class MainWindow;
|
||||
class MacroEditorDialog;
|
||||
class MacroCollection;
|
||||
class Macro;
|
||||
class HelpDialog;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue