diff options
Diffstat (limited to 'interfaces')
| -rw-r--r-- | interfaces/common.idl | 4 | ||||
| -rw-r--r-- | interfaces/controller.idl | 4 | ||||
| -rw-r--r-- | interfaces/io.idl | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/interfaces/common.idl b/interfaces/common.idl index f80b9f7..e934b66 100644 --- a/interfaces/common.idl +++ b/interfaces/common.idl @@ -1,5 +1,5 @@ -#ifndef DISTIO_COMMON_IDL -#define DISTIO_COMMON_IDL +#ifndef DISTRIO_COMMON_IDL +#define DISTRIO_COMMON_IDL /** * @brief shared between different modules diff --git a/interfaces/controller.idl b/interfaces/controller.idl index f1719bf..6ae1c8c 100644 --- a/interfaces/controller.idl +++ b/interfaces/controller.idl @@ -1,5 +1,5 @@ -#ifndef DISTIO_CONTROLLER_IDL -#define DISTIO_CONTROLLER_IDL +#ifndef DISTRIO_CONTROLLER_IDL +#define DISTRIO_CONTROLLER_IDL #include "common.idl" #include "io.idl" diff --git a/interfaces/io.idl b/interfaces/io.idl index 86e6f4f..80d8114 100644 --- a/interfaces/io.idl +++ b/interfaces/io.idl @@ -1,5 +1,5 @@ -#ifndef DISTIO_IO_IDL -#define DISTIO_IO_IDL +#ifndef DISTRIO_IO_IDL +#define DISTRIO_IO_IDL #include "common.idl" |
