app: Fix broken header guards.
This commit is contained in:
@ -18,7 +18,7 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* 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__
|
#define __GIMP_CANVAS_PATH_H__
|
||||||
|
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __GIMP_TRANSFORM_OPTIONS_H__
|
#ifndef __GIMP_TRANSFORM_OPTIONS_H__
|
||||||
#define __GIMP_TRANSFORM_OPTIONS_H_
|
#define __GIMP_TRANSFORM_OPTIONS_H__
|
||||||
|
|
||||||
|
|
||||||
#include "core/gimptooloptions.h"
|
#include "core/gimptooloptions.h"
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* 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__
|
#define __GIMP_CONTROLLER_MOUSE_H__
|
||||||
|
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* 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__
|
#define __GIMP_CONTROLLER_WHEEL_H__
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user