Fix a few #include guard names.
This commit is contained in:
parent
865730188c
commit
a582788653
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue