1
0
forked from fsfw/fsfw

better include guards

This commit is contained in:
2020-05-22 00:58:30 +02:00
parent aea18c423e
commit d2d1ef9a85
4 changed files with 17 additions and 20 deletions

View File

@ -1,5 +1,5 @@
#ifndef POOLMANAGER_H_
#define POOLMANAGER_H_
#ifndef FRAMEWORK_STORAGEMANAGER_POOLMANAGER_H_
#define FRAMEWORK_STORAGEMANAGER_POOLMANAGER_H_
#include <framework/storagemanager/LocalPool.h>
#include <framework/ipc/MutexHelper.h>