spek

Acoustic spectrum analyser
git clone http://git.hanabi.in/repos/spek.git
Log | Files | Refs | README

commit 77ce3851d684f70c54135f6d28ba772100cd4cd6
parent 5cf87133039c329e44846d92da2b3d809042ace9
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Tue, 28 Aug 2012 08:16:20 -0700

Include lib headers with angle brackets

Diffstat:
Msrc/spek-audio-desc.cc | 2+-
Msrc/spek-spectrogram.cc | 7++++---
Msrc/spek.cc | 3++-
3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/src/spek-audio-desc.cc b/src/spek-audio-desc.cc @@ -19,7 +19,7 @@ #include <wx/arrstr.h> #include <wx/intl.h> -#include "spek-audio.h" +#include <spek-audio.h> #include "spek-audio-desc.hh" diff --git a/src/spek-spectrogram.cc b/src/spek-spectrogram.cc @@ -19,11 +19,12 @@ #include <cmath> #include <wx/dcbuffer.h> -#include "spek-audio.h" +#include <spek-audio.h> +#include <spek-palette.h> +#include <spek-pipeline.h> + #include "spek-audio-desc.hh" #include "spek-events.hh" -#include "spek-palette.h" -#include "spek-pipeline.h" #include "spek-platform.hh" #include "spek-ruler.hh" diff --git a/src/spek.cc b/src/spek.cc @@ -20,7 +20,8 @@ #include <wx/log.h> #include <wx/socket.h> -#include "spek-audio.h" +#include <spek-audio.h> + #include "spek-platform.hh" #include "spek-preferences.hh"