refactor: remove conditional compilation layers
This commit is contained in:
@@ -1,12 +1,6 @@
|
||||
#ifndef STRANS_TEST_H
|
||||
#define STRANS_TEST_H
|
||||
|
||||
#include "../cutest/cutest.h"
|
||||
|
||||
#ifndef STRANS_TEST_ENGINE
|
||||
#include "../dat.h"
|
||||
#include "../fn.h"
|
||||
#endif
|
||||
|
||||
extern Lang testvi;
|
||||
|
||||
@@ -72,5 +66,3 @@ void ipc_response_empty_and_preedit(struct ct*);
|
||||
void ipc_response_max_and_drain(struct ct*);
|
||||
void ipc_response_fragmented_and_truncated(struct ct*);
|
||||
void ipc_broken_peer_send(struct ct*);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user