X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Frestore_layout.h;h=3f0229d3d8eee7ed9216662d8c9ac5cfea335159;hb=e71c304444dd3070877887d2bb5407cd64033946;hp=75617410dd608842263b7cc3a73f2bc2f5d6396d;hpb=67b213665b7f4dc5302c5f39bf0c761c3e762fc3;p=i3%2Fi3 diff --git a/include/restore_layout.h b/include/restore_layout.h index 75617410..3f0229d3 100644 --- a/include/restore_layout.h +++ b/include/restore_layout.h @@ -8,8 +8,7 @@ * parsing (which can be found in load_layout.c). * */ -#ifndef I3_RESTORE_LAYOUT_H -#define I3_RESTORE_LAYOUT_H +#pragma once /** * Opens a separate connection to X11 for placeholder windows when restoring @@ -37,5 +36,3 @@ void restore_open_placeholder_windows(Con *con); * */ bool restore_kill_placeholder(xcb_window_t placeholder); - -#endif