renamed types.h to lmms_basics.h

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1748 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-10-06 18:45:20 +00:00
parent b9b8e2b1b7
commit d118b13257
8 changed files with 16 additions and 17 deletions

View File

@@ -30,7 +30,6 @@
#include "instrument.h"
#include "instrument_view.h"
#include "types.h"
#include "graph.h"
#include "knob.h"
#include "pixmap_button.h"

View File

@@ -24,7 +24,6 @@
#ifndef _NINE_BUTTON_SELECTOR_H
#define _NINE_BUTTON_SELECTOR_H
#include "types.h"
#include "pixmap_button.h"

View File

@@ -26,7 +26,6 @@
#include <QtCore/QVector>
#include "types.h"
#include "vibrating_string.h"

View File

@@ -27,7 +27,7 @@
#include <stdio.h>
#include <stdlib.h>
#include "types.h"
#include "lmms_basics.h"
class vibratingString
{

View File

@@ -80,7 +80,7 @@ struct ERect
#endif
#include "types.h"
#include "lmms_basics.h"
#include "midi.h"
#include "communication.h"