Skip to content

Commit

Permalink
usb: webusb: Remove unneeded headers
Browse files Browse the repository at this point in the history
Remove unneeded headers.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
  • Loading branch information
finikorg authored and carlescufi committed May 6, 2019
1 parent bc05efa commit 87b3c63
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions samples/subsys/usb/webusb/src/main.c
Expand Up @@ -17,10 +17,6 @@
#include <logging/log.h>
LOG_MODULE_REGISTER(main);

#include <stdio.h>
#include <string.h>
#include <device.h>
#include <zephyr.h>
#include <misc/byteorder.h>
#include <usb/usb_common.h>
#include <usb/usb_device.h>
Expand Down
3 changes: 0 additions & 3 deletions samples/subsys/usb/webusb/src/webusb.c
Expand Up @@ -16,9 +16,6 @@
#include <logging/log.h>
LOG_MODULE_REGISTER(webusb);

#include <zephyr.h>
#include <init.h>
#include <string.h>
#include <misc/byteorder.h>
#include <usb/usb_device.h>
#include <usb/usb_common.h>
Expand Down
3 changes: 0 additions & 3 deletions samples/subsys/usb/webusb/src/webusb.h
Expand Up @@ -14,9 +14,6 @@
#ifndef __WEBUSB_SERIAL_H__
#define __WEBUSB_SERIAL_H__

#include <device.h>
#include <usb/usb_device.h>

/**
* WebUSB request handlers
*/
Expand Down

0 comments on commit 87b3c63

Please sign in to comment.