libgimp: forgot the disable-single-include guard in gimplegacy.h

This commit is contained in:
Michael Natterer 2019-07-30 22:39:18 +02:00
parent 6f8e063bbb
commit a42cb8051e
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@
* <https://www.gnu.org/licenses/>.
*/
#if !defined (__GIMP_H_INSIDE__) && !defined (GIMP_COMPILATION)
#error "Only <libgimp/gimp.h> can be included directly."
#endif
#ifndef __GIMP_LEGACY_H__
#define __GIMP_LEGACY_H__