mirror of https://github.com/GNOME/gimp.git
app: Fix broken header guards.
This commit is contained in:
parent
b087705c82
commit
6923f49b0d
|
@ -18,7 +18,7 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_CANVAS_POLYGON_H__
|
||||
#ifndef __GIMP_CANVAS_PATH_H__
|
||||
#define __GIMP_CANVAS_PATH_H__
|
||||
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*/
|
||||
|
||||
#ifndef __GIMP_TRANSFORM_OPTIONS_H__
|
||||
#define __GIMP_TRANSFORM_OPTIONS_H_
|
||||
#define __GIMP_TRANSFORM_OPTIONS_H__
|
||||
|
||||
|
||||
#include "core/gimptooloptions.h"
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_CONTROLLER_WHELL_H__
|
||||
#ifndef __GIMP_CONTROLLER_MOUSE_H__
|
||||
#define __GIMP_CONTROLLER_MOUSE_H__
|
||||
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __GIMP_CONTROLLER_WHELL_H__
|
||||
#ifndef __GIMP_CONTROLLER_WHEEL_H__
|
||||
#define __GIMP_CONTROLLER_WHEEL_H__
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue