diff options
Diffstat (limited to 'hw/adb.c')
-rw-r--r-- | hw/adb.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,8 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ -#include "hw.h" -#include "adb.h" +#include "hw/hw.h" +#include "hw/adb.h" #include "ui/console.h" /* debug ADB */ |