Skip to content

Commit

Permalink
Added a fix for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Lihan Guo committed Feb 22, 2011
1 parent eb054f1 commit a7a11af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/sensorplugin/samplesensor.cpp
Expand Up @@ -25,9 +25,9 @@

#include "samplesensor.h"

#include "sensord/sensormanager.h"
#include "sensord/bin.h"
#include "sensord/bufferreader.h"
#include "sensormanager.h"
#include "bin.h"
#include "bufferreader.h"

SampleSensorChannel::SampleSensorChannel(const QString& id) :
AbstractSensorChannel(id),
Expand Down

0 comments on commit a7a11af

Please sign in to comment.