13
0
livetrax/gtk2_ardour/rc_option_editor.h
Paul Davis ca1583cdad the great onceification (gui)
Replace use of #ifndef header guards with #pragma once

Modern C++, baby!
2024-10-17 07:44:31 -06:00

7 lines
106 B
C

#ifdef LIVETRAX
#include "livetrax_rc_option_editor.h"
#else
#include "ardour_rc_option_editor.h"
#endif