diff options
author | emersion <contact@emersion.fr> | 2017-09-23 10:26:01 +0200 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-09-23 10:26:01 +0200 |
commit | 427bdb5b558b995e556ed3e708dfbe91f257d091 (patch) | |
tree | be4e8e28bd3b73413a8a5bc684914a868fbe33fe /include/backend/session | |
parent | 06ae9e7c9f8811dcda3df8ec72ab75e54ee54b87 (diff) |
Use more consistent include guard names
Diffstat (limited to 'include/backend/session')
-rw-r--r-- | include/backend/session/direct-ipc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/backend/session/direct-ipc.h b/include/backend/session/direct-ipc.h index 2189d6fa..c660b58f 100644 --- a/include/backend/session/direct-ipc.h +++ b/include/backend/session/direct-ipc.h @@ -1,5 +1,5 @@ -#ifndef SESSION_DIRECT_IPC -#define SESSION_DIRECT_IPC +#ifndef BACKEND_SESSION_DIRECT_IPC_H +#define BACKEND_SESSION_DIRECT_IPC_H #include <sys/types.h> |