diff --git a/src/devicestate.h b/src/devicestate.h
deleted file mode 100644
index b5233dd5511b12275834bc2c716bb472ca3c5ea8..0000000000000000000000000000000000000000
--- a/src/devicestate.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- *  devicestate.h
- *
- *  LP - 2013.01.03
- */
-
-#ifndef DEVICESTATE_H
-#define DEVICESTATE_H
-
-typedef enum {
-	UNKNOWN,
-	ONLINE,
-	OFFLINE,
-	SERVICE,
-	TEST,
-	DEVICESTATE_T_SIZE
-} devicestate_t;
-
-#endif  /* DEVICESTATE_H */
-
-/* EOF */