diff options
author | h.udo <hudokkow@gmail.com> | 2018-06-07 15:11:33 +0100 |
---|---|---|
committer | h.udo <hudokkow@gmail.com> | 2018-06-12 10:25:52 +0100 |
commit | 31c0ee8eda3d70d4d57dc152532de675d026fd9a (patch) | |
tree | f87aba14cbdae2f31c06eeb6267627153de1f9d4 /tools/EventClients/lib | |
parent | 250fbac59a53b70f583db118826c138451a36cc4 (diff) |
[EventClients] Nuke include guards
Diffstat (limited to 'tools/EventClients/lib')
-rw-r--r-- | tools/EventClients/lib/c++/xbmcclient.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/EventClients/lib/c++/xbmcclient.h b/tools/EventClients/lib/c++/xbmcclient.h index 462da39bc9..b6465af6ce 100644 --- a/tools/EventClients/lib/c++/xbmcclient.h +++ b/tools/EventClients/lib/c++/xbmcclient.h @@ -1,6 +1,3 @@ -#ifndef __XBMC_CLIENT_H__ -#define __XBMC_CLIENT_H__ - /* * Copyright (C) 2008-2015 Team Kodi * http://kodi.tv @@ -830,4 +827,3 @@ public: } }; -#endif |