Changeset b6a088f in mainline for uspace/srv/hid/input/proto


Ignore:
Timestamp:
2012-08-16T19:14:03Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c9d011e4
Parents:
9f5cf68
Message:

use local includes within the input server

Location:
uspace/srv/hid/input/proto
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/input/proto/adb.c

    r9f5cf68 rb6a088f  
    3737
    3838#include <bool.h>
    39 #include <mouse.h>
    40 #include <mouse_port.h>
    41 #include <mouse_proto.h>
     39#include "../mouse.h"
     40#include "../mouse_port.h"
     41#include "../mouse_proto.h"
    4242
    4343static mouse_dev_t *mouse_dev;
  • uspace/srv/hid/input/proto/mousedev.c

    r9f5cf68 rb6a088f  
    4343#include <errno.h>
    4444#include <ipc/mouseev.h>
    45 #include <input.h>
    4645#include <loc.h>
    47 #include <mouse.h>
    48 #include <mouse_port.h>
    49 #include <mouse_proto.h>
    5046#include <sys/typefmt.h>
     47#include "../mouse.h"
     48#include "../mouse_port.h"
     49#include "../mouse_proto.h"
     50#include "../input.h"
    5151
    5252/** Mousedev softstate */
Note: See TracChangeset for help on using the changeset viewer.