app: forgot a #pragma once

This commit is contained in:
Michael Natterer 2025-08-04 14:32:10 +02:00
parent 78186c7a16
commit 7ea10c6475

View file

@ -18,8 +18,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
#ifndef __GIMP_CONTAINER_TREE_VIEW_PRIVATE_H__
#define __GIMP_CONTAINER_TREE_VIEW_PRIVATE_H__
#pragma once
struct _GimpContainerTreeViewPrivate
@ -42,6 +41,3 @@ struct _GimpContainerTreeViewPrivate
gboolean dnd_drop_to_empty;
};
#endif /* __GIMP_CONTAINER_TREE_VIEW_PRIVATE_H__ */