diff options
author | Siqi <me@siqi.fr> | 2013-07-25 21:21:51 +0200 |
---|---|---|
committer | Siqi <me@siqi.fr> | 2013-07-25 21:22:04 +0200 |
commit | fb73b3de561154486de425e51bc3a8acc3bbafd9 (patch) | |
tree | 006d96955b1c7ce4957a69fd77919670fb76e750 /sd/source | |
parent | e5223bd4c9480cd90cf7a961b6e6ed5e29d06241 (diff) |
remove unnecessary c++11 thread lib
Change-Id: I865f859c039bbd97c92d04f9df73a0cca47196b7
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/remotecontrol/AvahiNetworkService.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/remotecontrol/AvahiNetworkService.hxx b/sd/source/ui/remotecontrol/AvahiNetworkService.hxx index 8f506f176bb2..005ad359fb73 100644 --- a/sd/source/ui/remotecontrol/AvahiNetworkService.hxx +++ b/sd/source/ui/remotecontrol/AvahiNetworkService.hxx @@ -7,7 +7,6 @@ #include <string.h> #include <algorithm> #include <vector> -#include <thread> #include <iostream> #include <avahi-client/client.h> |