mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-20 20:36:21 +00:00
Make header defines consistent
This commit is contained in:
@@ -32,8 +32,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef AUTOCOMPLETE_H
|
||||
#define AUTOCOMPLETE_H
|
||||
#ifndef TOOLS_AUTOCOMPLETE_H
|
||||
#define TOOLS_AUTOCOMPLETE_H
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
|
||||
@@ -32,8 +32,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef PARSER_H
|
||||
#define PARSER_H
|
||||
#ifndef TOOLS_PARSER_H
|
||||
#define TOOLS_PARSER_H
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
|
||||
@@ -32,8 +32,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef TINYURL_H
|
||||
#define TINYURL_H
|
||||
#ifndef TOOLS_TINYURL_H
|
||||
#define TOOLS_TINYURL_H
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user