monitor.cpp: don't include config.h

config.h doesn't contain anything useful.  Don't include it.

Change-Id: Id3c77cd549a61a4dee295b1c2d5e33fc6d5d82fa
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/monitor.cpp b/monitor.cpp
index dd96fe9..caab61b 100644
--- a/monitor.cpp
+++ b/monitor.cpp
@@ -14,8 +14,6 @@
  * limitations under the License.
  */
 
-#include "config.h"
-
 #include "monitor.hpp"
 
 #include <fcntl.h>