change #include "time_support.h" to <helper/time_support.h>
Changes from the flat namespace to heirarchical one. Instead of writing: #include "time_support.h" the following form should be used. #include <helper/time_support.h> The exception is from .c files in the same directory.
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
#include "target_type.h"
|
||||
#include "target_request.h"
|
||||
#include "breakpoints.h"
|
||||
#include "time_support.h"
|
||||
#include <helper/time_support.h>
|
||||
#include "register.h"
|
||||
#include "trace.h"
|
||||
#include "image.h"
|
||||
|
||||
Reference in New Issue
Block a user