Skip to content
Snippets Groups Projects
Commit 1daac9d5 authored by Mirko Wächter's avatar Mirko Wächter
Browse files

include guard fixes

parent 8d023132
No related branches found
No related tags found
No related merge requests found
......@@ -20,8 +20,8 @@
* GNU General Public License
*/
#ifndef _ARMARX_CORE_KINEMATIC_UNIT_OBSERVER_H
#define _ARMARX_CORE_KINEMATIC_UNIT_OBSERVER_H
#ifndef _ARMARX_CORE_PLATFORM_UNIT_OBSERVER_H
#define _ARMARX_CORE_PLATFORM_UNIT_OBSERVER_H
#include <ArmarXCore/core/system/ImportExport.h>
#include <ArmarXCore/core/Component.h>
......
#ifndef MATRIXDISPLAYWIDGET_H
#define MATRIXDISPLAYWIDGET_H
#ifndef MATRIXDATAFIELDDISPLAYWIDGET_H
#define MATRIXDATAFIELDDISPLAYWIDGET_H
#include <QWidget>
#include <QMutex>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment