Merge pull request #69 from fredcadete/master
[profile/ivi/automotive-message-broker.git] / plugins / testplugin / testplugin.h
index 1b91efa..a678196 100644 (file)
@@ -18,10 +18,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 */
 
 
-#ifndef OBD2SOURCE_H
-#define OBD2SOURCE_H
-
-
+#ifndef TESTSOURCE_H
+#define TESTSOURCE_H
 
 #include <abstractsource.h>
 #include <string>
@@ -32,9 +30,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 #include <termios.h>
 #include <glib.h>
 
-
-
-
 class TestPlugin : public AbstractSource
 {