Skip to content

Commit

Permalink
Use quotes to include local library headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
drobilla committed Jan 9, 2015
1 parent 9e0cd98 commit 0d66a38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gtk2_ardour/audio_time_axis.cc
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
#include "pbd/stl_delete.h"
#include "pbd/memento_command.h"

#include <gtkmm2ext/gtk_ui.h>
#include <gtkmm2ext/selector.h>
#include <gtkmm2ext/bindable_button.h>
#include <gtkmm2ext/utils.h>
#include "gtkmm2ext/gtk_ui.h"
#include "gtkmm2ext/selector.h"
#include "gtkmm2ext/bindable_button.h"
#include "gtkmm2ext/utils.h"

#include "ardour/event_type_map.h"
#include "ardour/pannable.h"
Expand Down

0 comments on commit 0d66a38

Please sign in to comment.