the great onceification (gui)

Replace use of #ifndef header guards with #pragma once

Modern C++, baby!
This commit is contained in:
Paul Davis 2024-09-25 18:38:59 -06:00
parent 75f56cd3e1
commit ca1583cdad
222 changed files with 222 additions and 665 deletions

View file

@ -17,8 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef __gtk_ardour_missing_plugin_dialog_h__
#define __gtk_ardour_missing_plugin_dialog_h__
#pragma once
#include <string>
#include "ardour_dialog.h"
@ -33,4 +32,3 @@ public:
MissingPluginDialog (Gtk::Window&, ARDOUR::Session*, std::list<std::string> const &, bool);
};
#endif /* __gtk_ardour_missing_plugin_dialog_h__ */