Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added a fix to examples
  • Loading branch information
Lihan Guo committed Feb 23, 2011
1 parent dab7fc7 commit e20a890
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 e20a890

Please sign in to comment.