removed useless empty line
authorJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 26 Apr 2014 11:21:44 +0000 (13:21 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 26 Apr 2014 11:21:44 +0000 (13:21 +0200)
fixed .h includes

src/ui_unity.c
src/ui_unity.h

index adeacc0..046fa6c 100644 (file)
@@ -18,7 +18,7 @@
  */
 #include <unity.h>
 
-#include "psensor.h"
+#include <ui_unity.h>
 
 static int initialized;
 static UnityLauncherEntry *psensor_entry;
@@ -30,7 +30,6 @@ void ui_unity_launcher_entry_update(struct psensor **sensors,
 {
        double v;
 
-
        if (!initialized) {
                psensor_entry = unity_launcher_entry_get_for_desktop_file
                        ("psensor.desktop");
index 15045e8..2fb7c90 100644 (file)
@@ -19,7 +19,7 @@
 #ifndef _PSENSOR_UI_UNITY_H_
 #define _PSENSOR_UI_UNITY_H_
 
-#include "psensor.h"
+#include <psensor.h>
 
 void ui_unity_launcher_entry_update(struct psensor **sensors,
                                    unsigned int show,