diff --git a/CHANGELOG b/CHANGELOG
index e2c5f2c..601e2be 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,9 +1,3 @@
-<<<<<<< Updated upstream
-v1.1.0
-* Added mouse hold gestures
-* Added `hold3` configuration
-* Added `hold4` configuration
-=======
v1.1.0 (2020-04-18)
* Add mouse hold gestures
* Add experimental `hold3` configuration
@@ -36,4 +30,3 @@ v1.0.1
v1.0.0
* Initial version
->>>>>>> Stashed changes
diff --git a/comfortable_swipe/all_headers.hpp b/comfortable_swipe/all_headers.hpp
index e761da0..19d74ec 100644
--- a/comfortable_swipe/all_headers.hpp
+++ b/comfortable_swipe/all_headers.hpp
@@ -32,7 +32,8 @@ along with this program. If not, see .
#endif /* __COMFORTABLE_SWIPE__PROGRAM__ */
#ifndef __COMFORTABLE_SWIPE__CONFIG__
-#define __COMFORTABLE_SWIPE__CONFIG__ "/usr/local/share/comfortable-swipe/comfortable-swipe.conf"
+#define __COMFORTABLE_SWIPE__CONFIG__ \
+ "/usr/local/share/comfortable-swipe/comfortable-swipe.conf"
#endif /* __COMFORTABLE_SWIPE__CONFIG__ */
#ifndef COMFORTABLE_SWIPE_VERSION
@@ -40,42 +41,38 @@ along with this program. If not, see .
#define COMFORTABLE_SWIPE_VERSION "v(UNKNOWN)"
#endif /* COMFORTABLE_SWIPE_VERSION */
-#include