From: Thomas Moschny Subject: [PATCH] t/header --- projects/demo/Md2Skini.cpp | 7 ++++--- projects/demo/demo.cpp | 2 +- projects/demo/utilities.cpp | 1 + projects/effects/effects.cpp | 2 +- projects/examples/controlbee.cpp | 2 +- projects/examples/play.cpp | 2 +- projects/examples/playsmf.cpp | 2 +- projects/ragamatic/ragamat.cpp | 2 +- src/Messager.cpp | 2 +- src/Noise.cpp | 2 +- src/RtAudio.cpp | 6 +++--- src/Stk.cpp | 2 +- 12 files changed, 17 insertions(+), 15 deletions(-) diff --git a/projects/demo/Md2Skini.cpp b/projects/demo/Md2Skini.cpp index dc32e4b..a5848da 100644 --- a/projects/demo/Md2Skini.cpp +++ b/projects/demo/Md2Skini.cpp @@ -13,8 +13,9 @@ #include "RtMidi.h" #include "SKINImsg.h" #include -#include -#include +#include +#include +#include void usage(void) { std::cout << "\nuseage: Md2Skini \n\n"; @@ -29,7 +30,7 @@ void usage(void) { exit(0); } -#include +#include static void finish( int ignore ){ std::cout << "Type 'Exit' to quit." << std::endl; } bool parseSkiniControl = true; diff --git a/projects/demo/demo.cpp b/projects/demo/demo.cpp index c877b4a..52f8ae9 100644 --- a/projects/demo/demo.cpp +++ b/projects/demo/demo.cpp @@ -19,7 +19,7 @@ // functions are defined in utilites.cpp ... specific to this program. #include "utilities.h" -#include +#include #include #include #include diff --git a/projects/demo/utilities.cpp b/projects/demo/utilities.cpp index 9d4fd78..202d11b 100644 --- a/projects/demo/utilities.cpp +++ b/projects/demo/utilities.cpp @@ -2,6 +2,7 @@ // // Gary P. Scavone, 1999. +#include #include #include "utilities.h" diff --git a/projects/effects/effects.cpp b/projects/effects/effects.cpp index 6bbd9b9..7dea921 100644 --- a/projects/effects/effects.cpp +++ b/projects/effects/effects.cpp @@ -14,7 +14,7 @@ #include "Messager.h" #include "RtAudio.h" -#include +#include #include #include #include diff --git a/projects/examples/controlbee.cpp b/projects/examples/controlbee.cpp index 42e4d41..7133be1 100644 --- a/projects/examples/controlbee.cpp +++ b/projects/examples/controlbee.cpp @@ -4,7 +4,7 @@ #include "RtAudio.h" #include "Messager.h" #include "SKINImsg.h" -#include +#include #include using std::min; diff --git a/projects/examples/play.cpp b/projects/examples/play.cpp index 5863823..439193c 100644 --- a/projects/examples/play.cpp +++ b/projects/examples/play.cpp @@ -16,7 +16,7 @@ #include "FileWvIn.h" #include "RtAudio.h" -#include +#include #include #include diff --git a/projects/examples/playsmf.cpp b/projects/examples/playsmf.cpp index 777e8e2..871a7fb 100644 --- a/projects/examples/playsmf.cpp +++ b/projects/examples/playsmf.cpp @@ -7,7 +7,7 @@ #include "MidiFileIn.h" #include "RtMidi.h" -#include +#include #include bool done = false; diff --git a/projects/ragamatic/ragamat.cpp b/projects/ragamatic/ragamat.cpp index b706e2e..dde1be8 100644 --- a/projects/ragamatic/ragamat.cpp +++ b/projects/ragamatic/ragamat.cpp @@ -10,7 +10,7 @@ #include "Messager.h" #include "RtAudio.h" -#include +#include #include #include #include diff --git a/src/Messager.cpp b/src/Messager.cpp index 3c0cbb0..3ed9135 100644 --- a/src/Messager.cpp +++ b/src/Messager.cpp @@ -309,7 +309,7 @@ bool Messager :: startSocketInput( int port ) #if (defined(__OS_IRIX__) || defined(__OS_LINUX__) || defined(__OS_MACOSX__)) #include - #include + #include #endif THREAD_RETURN THREAD_TYPE socketHandler(void *ptr) diff --git a/src/Noise.cpp b/src/Noise.cpp index 1fb8c93..0201c87 100644 --- a/src/Noise.cpp +++ b/src/Noise.cpp @@ -11,7 +11,7 @@ /***************************************************/ #include "Noise.h" -#include +#include namespace stk { diff --git a/src/RtAudio.cpp b/src/RtAudio.cpp index 0837d98..2bf5313 100644 --- a/src/RtAudio.cpp +++ b/src/RtAudio.cpp @@ -47,6 +47,7 @@ #include #include #include +#include #include // Static variable definitions. @@ -8963,11 +8964,10 @@ bool RtApiPulse::probeDeviceOpen( unsigned int device, StreamMode mode, #include #include -#include #include #include -#include -#include +#include +#include static void *ossCallbackHandler(void * ptr); diff --git a/src/Stk.cpp b/src/Stk.cpp index 8126285..d6e51c8 100644 --- a/src/Stk.cpp +++ b/src/Stk.cpp @@ -51,7 +51,7 @@ /***************************************************/ #include "Stk.h" -#include +#include namespace stk { -- tg: (67475d5..) t/header (depends on: master)