Brian Silverman | 6ae77dd | 2013-03-29 22:28:08 -0700 | [diff] [blame^] | 1 | #ifndef FRC971_VISION_OPENCV_WORK_TASK_H_ |
2 | #define FRC971_VISION_OPENCV_WORK_TASK_H_ | ||||
3 | #include "event2/buffer.h" | ||||
4 | #include "event2/event.h" | ||||
5 | #include "event2/listener.h" | ||||
6 | #include "event2/bufferevent.h" | ||||
7 | #include "aos/common/mutex.h" | ||||
8 | |||||
9 | #include <sys/types.h> | ||||
10 | #include <sys/socket.h> | ||||
11 | |||||
12 | namespace frc971 { | ||||
13 | namespace vision { | ||||
14 | |||||
15 | } // namespace vision | ||||
16 | } // namespace frc971 | ||||
17 | |||||
18 | #endif // FRC971_VISION_OPENCV_WORK_TASK_H_ |