1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

A bit more minor cleaning-up.

This commit is contained in:
jules 2013-08-24 12:16:51 +01:00
parent 7f6394478a
commit 636ffe68d3
33 changed files with 31 additions and 87 deletions

View file

@ -25,8 +25,6 @@
#ifndef JUCE_MIDIBUFFER_H_INCLUDED
#define JUCE_MIDIBUFFER_H_INCLUDED
#include "juce_MidiMessage.h"
//==============================================================================
/**

View file

@ -25,8 +25,6 @@
#ifndef JUCE_MIDIFILE_H_INCLUDED
#define JUCE_MIDIFILE_H_INCLUDED
#include "juce_MidiMessageSequence.h"
//==============================================================================
/**

View file

@ -25,7 +25,6 @@
#ifndef JUCE_MIDIKEYBOARDSTATE_H_INCLUDED
#define JUCE_MIDIKEYBOARDSTATE_H_INCLUDED
#include "juce_MidiBuffer.h"
class MidiKeyboardState;

View file

@ -25,8 +25,6 @@
#ifndef JUCE_MIDIMESSAGESEQUENCE_H_INCLUDED
#define JUCE_MIDIMESSAGESEQUENCE_H_INCLUDED
#include "juce_MidiMessage.h"
//==============================================================================
/**