app: Fix broken header guards.

This commit is contained in:
Michael Henning 2014-05-25 20:50:56 -04:00
parent b087705c82
commit 6923f49b0d
4 changed files with 4 additions and 4 deletions

View File

@ -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__

View File

@ -16,7 +16,7 @@
*/
#ifndef __GIMP_TRANSFORM_OPTIONS_H__
#define __GIMP_TRANSFORM_OPTIONS_H_
#define __GIMP_TRANSFORM_OPTIONS_H__
#include "core/gimptooloptions.h"

View File

@ -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__

View File

@ -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__