Skip to content

Commit

Permalink
Do not include unused headers
Browse files Browse the repository at this point in the history
  • Loading branch information
husamalhomsi committed Nov 7, 2019
1 parent db49d59 commit 481f60c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions include/Pitch.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
#ifndef PITCH_H
#define PITCH_H

#include "lmms_basics.h"
#include "Midi.h"

typedef int16_t pitch_t;

const pitch_t CentsPerSemitone = 100;
Expand Down
1 change: 0 additions & 1 deletion include/panning.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#define PANNING_H

#include "lmms_basics.h"
#include "volume.h"
#include "panning_constants.h"
#include "Midi.h"

Expand Down
3 changes: 0 additions & 3 deletions include/volume.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@
#ifndef VOLUME_H
#define VOLUME_H

#include "lmmsconfig.h"

#include "lmms_basics.h"
#include "Midi.h"

const volume_t MinVolume = 0;
const volume_t MaxVolume = 200;
Expand Down

0 comments on commit 481f60c

Please sign in to comment.