diff options
author | Thibault Saunier <tsaunier@igalia.com> | 2020-03-17 18:13:51 -0300 |
---|---|---|
committer | Thibault Saunier <tsaunier@igalia.com> | 2020-03-19 21:09:18 +0000 |
commit | ff2180b284eeeaa465b331e3410bbca0a9d27e84 (patch) | |
tree | 28a21396d82114c6a85ee9401eefe1f5eec664ca /plugins | |
parent | 0012c6a3b045f4dbffc1005b83ad2198452d8d0c (diff) |
ges: Use #pragma once everywhere
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/ges/gesbasebin.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/ges/gesbasebin.h b/plugins/ges/gesbasebin.h index e606d3ac..7320452d 100644 --- a/plugins/ges/gesbasebin.h +++ b/plugins/ges/gesbasebin.h @@ -21,8 +21,7 @@ * */ -#ifndef __GES_BASE_BIN_H__ -#define __GES_BASE_BIN_H__ +#pragma once #include <gst/gst.h> #include <gst/base/gstflowcombiner.h> @@ -42,4 +41,3 @@ gboolean ges_base_bin_set_timeline (GESBaseBin * self, GESTimeline * timeline); GESTimeline * ges_base_bin_get_timeline (GESBaseBin * self); G_END_DECLS -#endif /* __GES_BASE_BIN_H__ */
\ No newline at end of file |