Make config.h inclusion consistent

Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
Reviewed-by: Derek Foreman <derekf@osg.samsung.com>
diff --git a/src/cms-colord.c b/src/cms-colord.c
index c88eb11..b9bc9e3 100644
--- a/src/cms-colord.c
+++ b/src/cms-colord.c
@@ -23,9 +23,7 @@
  * SOFTWARE.
  */
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include "config.h"
 
 #include <fcntl.h>
 #include <unistd.h>