Fix a few #include guard names.
This commit is contained in:
parent
865730188c
commit
a582788653
|
@ -21,8 +21,8 @@
|
||||||
* @internal
|
* @internal
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef LIBSIGROK_SIGROK_INTERNAL_H
|
#ifndef LIBSIGROK_LIBSIGROK_INTERNAL_H
|
||||||
#define LIBSIGROK_SIGROK_INTERNAL_H
|
#define LIBSIGROK_LIBSIGROK_INTERNAL_H
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
|
|
|
@ -17,8 +17,8 @@
|
||||||
* 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 LIBSIGROK_SIGROK_H
|
#ifndef LIBSIGROK_LIBSIGROK_H
|
||||||
#define LIBSIGROK_SIGROK_H
|
#define LIBSIGROK_LIBSIGROK_H
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
|
4
proto.h
4
proto.h
|
@ -17,8 +17,8 @@
|
||||||
* 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 LIBSIGROK_SIGROK_PROTO_H
|
#ifndef LIBSIGROK_PROTO_H
|
||||||
#define LIBSIGROK_SIGROK_PROTO_H
|
#define LIBSIGROK_PROTO_H
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
|
|
Loading…
Reference in New Issue