mirror of https://github.com/GNOME/gimp.git
libgimp: forgot the disable-single-include guard in gimplegacy.h
This commit is contained in:
parent
6f8e063bbb
commit
a42cb8051e
|
@ -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__
|
||||
|
||||
|
|
Loading…
Reference in New Issue