summaryrefslogtreecommitdiff
path: root/src/animation/egg-animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/animation/egg-animation.h')
-rw-r--r--src/animation/egg-animation.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/animation/egg-animation.h b/src/animation/egg-animation.h
index 62d979e55..45b4f3960 100644
--- a/src/animation/egg-animation.h
+++ b/src/animation/egg-animation.h
@@ -16,8 +16,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef EGG_ANIMATION_H
-#define EGG_ANIMATION_H
+#pragma once
#include <gdk/gdk.h>
@@ -72,6 +71,4 @@ EggAnimation* egg_object_animate_full (gpointer object,
const gchar *first_property,
...) G_GNUC_NULL_TERMINATED;
-G_END_DECLS
-
-#endif /* EGG_ANIMATION_H */
+G_END_DECLS \ No newline at end of file