Fix a few #include guard names.

This commit is contained in:
Uwe Hermann 2013-12-10 17:39:31 +01:00
parent 865730188c
commit a582788653
3 changed files with 6 additions and 6 deletions

View File

@ -21,8 +21,8 @@
* @internal
*/
#ifndef LIBSIGROK_SIGROK_INTERNAL_H
#define LIBSIGROK_SIGROK_INTERNAL_H
#ifndef LIBSIGROK_LIBSIGROK_INTERNAL_H
#define LIBSIGROK_LIBSIGROK_INTERNAL_H
#include <stdarg.h>
#include <glib.h>

View File

@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef LIBSIGROK_SIGROK_H
#define LIBSIGROK_SIGROK_H
#ifndef LIBSIGROK_LIBSIGROK_H
#define LIBSIGROK_LIBSIGROK_H
#include <stdio.h>
#include <sys/time.h>

View File

@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef LIBSIGROK_SIGROK_PROTO_H
#define LIBSIGROK_SIGROK_PROTO_H
#ifndef LIBSIGROK_PROTO_H
#define LIBSIGROK_PROTO_H
/**
* @file