summaryrefslogtreecommitdiff
path: root/applets/notification_area/status-notifier/sn-host-v0.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/notification_area/status-notifier/sn-host-v0.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/notification_area/status-notifier/sn-host-v0.c')
-rw-r--r--applets/notification_area/status-notifier/sn-host-v0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/notification_area/status-notifier/sn-host-v0.c b/applets/notification_area/status-notifier/sn-host-v0.c
index afdc75e8..64da5da9 100644
--- a/applets/notification_area/status-notifier/sn-host-v0.c
+++ b/applets/notification_area/status-notifier/sn-host-v0.c
@@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "config.h"
+#include <config.h>
#include "sn-host-v0.h"
#include "sn-item-v0.h"