summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--examples/opiebluez/oblueztest/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/opiebluez/oblueztest/main.cpp b/examples/opiebluez/oblueztest/main.cpp
index 35fd2d9..a9fa3f6 100644
--- a/examples/opiebluez/oblueztest/main.cpp
+++ b/examples/opiebluez/oblueztest/main.cpp
@@ -1,15 +1,14 @@
#include <opie2/odebug.h>
#include <opie2/obluetooth.h>
-#include <opie2/oinfrared.h>
using namespace Opie::Core;
using namespace Opie::Shower;
int main( int argc, char** argv )
{
OBluetooth* sys = OBluetooth::instance();
OBluetooth::InterfaceIterator it = sys->iterator();
while( it.current() )
{