examples: More header file renames

Missed 4 header file renames in C++ examples.  Fixing that
here.

Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
Noel Eck 2016-04-28 16:40:18 -07:00
parent 922e0cc26b
commit 612f53ee40
4 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include "apa102.h"
#include "apa102.hpp"
#include <iostream>
#include <signal.h>
#include <unistd.h>

View File

@ -26,7 +26,7 @@
#include <unistd.h>
#include <iostream>
#include "groveultrasonic.h"
#include "groveultrasonic.hpp"
#include <signal.h>
#include <stdlib.h>
#include <sys/time.h>

View File

@ -24,7 +24,7 @@
#include <unistd.h>
#include "ili9341.h"
#include "ili9341.hpp"
int main(int argc, char **argv) {
//! [Interesting]

View File

@ -24,7 +24,7 @@
#include <unistd.h>
#include <iostream>
#include "smartdrive.h"
#include "smartdrive.hpp"
#include <signal.h>
upm::SmartDrive *drive = NULL;