9 lines
112 B
C
9 lines
112 B
C
|
|
||
|
#ifndef REQUEST_BASE_ALL_H
|
||
|
#define REQUEST_BASE_ALL_H
|
||
|
|
||
|
#include "request_base.h"
|
||
|
#include "pipetask.h"
|
||
|
|
||
|
#endif
|