summaryrefslogtreecommitdiff
path: root/applets/clock/clock-utils.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-06-20 10:56:16 +0200
committerraveit65 <[email protected]>2020-07-05 12:46:53 +0200
commit4e9bb5c7cc397ff74881b6577c20439a4575783c (patch)
treedff7d8b48a5e75ea8c970ac613e70122f66901f0 /applets/clock/clock-utils.c
parent9f15be59faa7c4498882c513580a1ca12b0da943 (diff)
downloadmate-panel-4e9bb5c7cc397ff74881b6577c20439a4575783c.tar.bz2
mate-panel-4e9bb5c7cc397ff74881b6577c20439a4575783c.tar.xz
Use '#include <config.h>' instead of '#include "config.h"'
Diffstat (limited to 'applets/clock/clock-utils.c')
-rw-r--r--applets/clock/clock-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/clock/clock-utils.c b/applets/clock/clock-utils.c
index a21c3b86..9f739099 100644
--- a/applets/clock/clock-utils.c
+++ b/applets/clock/clock-utils.c
@@ -24,7 +24,7 @@
* Most of the original code comes from clock.c
*/
-#include "config.h"
+#include <config.h>
#ifdef HAVE_LANGINFO_H
#include <langinfo.h>