mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-17 01:54:42 +00:00
Headers Cleanup
This commit is contained in:
parent
b98d64be77
commit
f8ae4cf8c0
@ -25,7 +25,6 @@
|
||||
#include "customDialog.h"
|
||||
#include <QPalette>
|
||||
#include "stdpardialog.h"
|
||||
|
||||
using namespace vcg;
|
||||
|
||||
CustomDialog::CustomDialog(RichParameterSet& curparset, RichParameterSet& defparset, QWidget * parent)
|
||||
|
||||
@ -21,12 +21,6 @@
|
||||
* *
|
||||
****************************************************************************/
|
||||
|
||||
#include <GL/glew.h>
|
||||
#include <QtGui>
|
||||
|
||||
// widget capace di fare rendering di un Modello
|
||||
#include <vcg/space/box3.h>
|
||||
#include <wrap/gl/space.h>
|
||||
#include "../common/interfaces.h"
|
||||
#include "glarea.h"
|
||||
#include "layerDialog.h"
|
||||
|
||||
@ -21,7 +21,6 @@
|
||||
* *
|
||||
****************************************************************************/
|
||||
|
||||
#include<QObject>
|
||||
#include "mainwindow.h"
|
||||
#include "stdpardialog.h"
|
||||
using namespace vcg;
|
||||
|
||||
@ -81,15 +81,13 @@ Added standard plugin window support
|
||||
#ifndef MESHLAB_STDPARDIALOG_H
|
||||
#define MESHLAB_STDPARDIALOG_H
|
||||
|
||||
#include <QtCore>
|
||||
#include <QAction>
|
||||
#include <QtGui>
|
||||
#include <QObject>
|
||||
//#include <QDoubleSpinBox>
|
||||
|
||||
#include "../common/interfaces.h"
|
||||
#include <cassert>
|
||||
|
||||
#include<QCheckBox>
|
||||
#include<QSpinBox>
|
||||
#include<QTableWidget>
|
||||
#include<QComboBox>
|
||||
#include<QGridLayout>
|
||||
#include<QDockWidget>
|
||||
|
||||
class MeshLabWidget : public QWidget
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user