Fix some oversights with header guards
Pointed out in https://bugzilla.gnome.org/show_bug.cgi?id=741254
This commit is contained in:
		| @ -15,13 +15,13 @@ | ||||
|  * License along with this library. If not, see <http://www.gnu.org/licenses/>. | ||||
|  */ | ||||
|  | ||||
| #ifndef __GDK_FRAME_TIMINGS_H__ | ||||
| #define __GDK_FRAME_TIMINGS_H__ | ||||
|  | ||||
| #if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION) | ||||
| #error "Only <gdk/gdk.h> can be included directly." | ||||
| #endif | ||||
|  | ||||
| #ifndef __GDK_FRAME_TIMINGS_H__ | ||||
| #define __GDK_FRAME_TIMINGS_H__ | ||||
|  | ||||
| #include <glib-object.h> | ||||
| #include <gdk/gdkversionmacros.h> | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Matthias Clasen
					Matthias Clasen