Ignore:
Timestamp:
2013-09-29T18:50:27Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2fd16b93
Parents:
11a3b5f
Message:

ohci: Sanitize includes.

Include what you use.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ohci/endpoint_list.c

    r11a3b5f r0d4b110  
    3434 */
    3535
     36#include <assert.h>
    3637#include <errno.h>
     38#include <libarch/barrier.h>
     39
    3740#include <usb/debug.h>
    38 #include <libarch/barrier.h>
     41
     42#include "utils/malloc32.h"
    3943#include "endpoint_list.h"
    4044
Note: See TracChangeset for help on using the changeset viewer.