summaryrefslogtreecommitdiff
path: root/src/plugins/totem-plugins-engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/totem-plugins-engine.h')
-rw-r--r--src/plugins/totem-plugins-engine.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/plugins/totem-plugins-engine.h b/src/plugins/totem-plugins-engine.h
index b3360e4e5..8c8207eb7 100644
--- a/src/plugins/totem-plugins-engine.h
+++ b/src/plugins/totem-plugins-engine.h
@@ -27,15 +27,12 @@
*
*/
-#ifndef __TOTEM_PLUGINS_ENGINE_H__
-#define __TOTEM_PLUGINS_ENGINE_H__
+#pragma once
#include <glib.h>
#include <libpeas/peas-engine.h>
#include <totem.h>
-G_BEGIN_DECLS
-
#define TOTEM_TYPE_PLUGINS_ENGINE (totem_plugins_engine_get_type ())
#define TOTEM_PLUGINS_ENGINE(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), TOTEM_TYPE_PLUGINS_ENGINE, TotemPluginsEngine))
#define TOTEM_PLUGINS_ENGINE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), TOTEM_TYPE_PLUGINS_ENGINE, TotemPluginsEngineClass))
@@ -61,8 +58,3 @@ struct _TotemPluginsEngineClass
GType totem_plugins_engine_get_type (void) G_GNUC_CONST;
TotemPluginsEngine *totem_plugins_engine_get_default (TotemObject *totem);
void totem_plugins_engine_shut_down (TotemPluginsEngine *self);
-
-G_END_DECLS
-
-#endif /* __TOTEM_PLUGINS_ENGINE_H__ */
-