summaryrefslogtreecommitdiff
path: root/libusb/strerror.c
diff options
context:
space:
mode:
authorChris Dickens <christopher.a.dickens@gmail.com>2014-09-03 11:50:47 -0700
committerChris Dickens <christopher.a.dickens@gmail.com>2014-09-06 21:25:23 -0700
commitd8a2950f5409ee399c386b56301d49c61ee71fdf (patch)
tree0d3987717684f93c983878dd50bfd4ef5bfcc9e1 /libusb/strerror.c
parent8035a7748980704c439b5d729bed8a0d75d47046 (diff)
downloadlibusb-d8a2950f5409ee399c386b56301d49c61ee71fdf.tar.gz
core: Make use of headers consistent across all files
* Include config.h before anything else in all files * Remove unnecessary inclusion of libusb.h * Use angle brackets for system headers and quotes for local headers Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
Diffstat (limited to 'libusb/strerror.c')
-rw-r--r--libusb/strerror.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libusb/strerror.c b/libusb/strerror.c
index 7fba0e4..5b71585 100644
--- a/libusb/strerror.c
+++ b/libusb/strerror.c
@@ -16,13 +16,13 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include "config.h"
+
+#include <config.h>
#include <locale.h>
#include <stdlib.h>
#include <string.h>
-#include "libusb.h"
#include "libusbi.h"
#if defined(_MSC_VER)