Telescope Control Library

Dependents:   PushToGo-F429

Revision:
10:e356188d208e
Parent:
4:b8ad57bbf9e1
--- a/EqMountServer.h	Mon Sep 10 02:41:05 2018 -0400
+++ b/EqMountServer.h	Fri Sep 14 01:30:55 2018 -0400
@@ -8,11 +8,12 @@
 #ifndef EQMOUNTSERVER_H_
 #define EQMOUNTSERVER_H_
 
-class EqMountServer;
-
 #include "MountServer.h"
 #include "EquatorialMount.h"
 
+class EquatorialMount;
+class EqMountServer;
+
 /** Command structure for the mount server
 */
 struct ServerCommand
@@ -32,6 +33,7 @@
 #define ERR_WRONG_NUM_PARAM 1
 #define ERR_PARAM_OUT_OF_RANGE 2
 
+
 /** EqMount server class. Receives commands from a stream and execute on the binded EqMount.
 */
 class EqMountServer: public MountServer