diff options
author | David Phillips <dbphillipsnz@gmail.com> | 2015-09-16 12:18:25 +1200 |
---|---|---|
committer | David Phillips <dbphillipsnz@gmail.com> | 2015-09-16 12:18:25 +1200 |
commit | cc61bfa71b1f72049970dd119ec14d9ac108a1ef (patch) | |
tree | 32f4c4b5b43db6b09ccfa155885c53f3046f60a7 /tray.h | |
parent | 972b1a1b0fe2dff12cfd8cc6874bfa398c1a58b5 (diff) | |
download | paramano-cc61bfa71b1f72049970dd119ec14d9ac108a1ef.tar.xz |
Removed unneeded include guards
Diffstat (limited to 'tray.h')
-rw-r--r-- | tray.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -16,9 +16,6 @@ * <http://www.gnu.org/licenses/>. * ************************************************************************/ -#ifndef TRAY_H -#define TRAY_H - #include <stdbool.h> void tray_set_defaults(); @@ -27,5 +24,3 @@ void tray_show(); void tray_hide(); bool tray_visible(); bool tray_embedded(); - -#endif /* ifndef TRAY_H */ |