aboutsummaryrefslogtreecommitdiff
path: root/apps/uORB/uORB.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/uORB/uORB.h')
-rw-r--r--apps/uORB/uORB.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/uORB/uORB.h b/apps/uORB/uORB.h
index eb068d2b7..172c37d0f 100644
--- a/apps/uORB/uORB.h
+++ b/apps/uORB/uORB.h
@@ -35,14 +35,13 @@
#define _UORB_UORB_H
/**
- * @file API for the uORB lightweight object broker.
+ * @file uORB.h
+ * API for the uORB lightweight object broker.
*/
#include <sys/types.h>
#include <stdint.h>
#include <stdbool.h>
- // Hack until parameter storage is cleaned up
-#include "parameter_storage.h"
// Hack until everything is using this header
#include <systemlib/visibility.h>