Add missing header guards

This commit is contained in:
Robin Gareus 2021-04-10 21:48:59 +02:00
parent bc1d19ab39
commit 4cbf642bfd
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
2 changed files with 10 additions and 0 deletions

View File

@ -16,6 +16,9 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _gtkardour_export_report_h_
#define _gtkardour_export_report_h_
#include <cairo/cairo.h>
#include <gtkmm/notebook.h>
#include <gtkmm/togglebutton.h>
@ -227,3 +230,5 @@ private:
int _audition_num;
int _page_num;
};
#endif

View File

@ -16,6 +16,9 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _gtkardour_loudness_dialog_h_
#define _gtkardour_loudness_dialog_h_
#include <gtkmm/box.h>
#include <gtkmm/expander.h>
#include <gtkmm/label.h>
@ -144,3 +147,5 @@ private:
bool _ignore_preset;
bool _ignore_change;
};
#endif