Changes from the flat namespace to heirarchical one. Instead of writing:
#include "log.h"
the following form should be used.
#include <helper/log.h>
The exception is from .c files in the same directory.
19 files changed:
#endif
#include "common.h"
-#include "log.h"
+#include <helper/log.h>
unsigned get_flash_name_index(const char *name)
{
#define FLASH_H
#include "target.h"
-#include "log.h"
+#include <helper/log.h>
struct image;
#include "target.h"
#include "time_support.h"
#include <helper/fileio.h>
-#include "log.h"
+#include <helper/log.h>
static int s3c2440_set_gpio_to_output (struct mflash_gpio_num gpio);
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
-#include "log.h"
+#include <helper/log.h>
COMMAND_HANDLER(handle_foo_command)
{
#define JTAG_H
#include <helper/binarybuffer.h>
-#include "log.h"
+#include <helper/log.h>
#ifdef _DEBUG_JTAG_IO_
#define DEBUG_JTAG_IO(expr ...) \
#endif
#include "pld.h"
-#include "log.h"
+#include <helper/log.h>
#include "time_support.h"
#include "xilinx_bit.h"
#include "pld.h"
-#include "log.h"
+#include <helper/log.h>
#include <sys/stat.h>
#include <config.h>
#endif
#include "httpd.h"
-#include "log.h"
+#include <helper/log.h>
int httpd_start(struct command_context *cmd_ctx)
{
#ifndef SERVER_H
#define SERVER_H
-#include "log.h"
+#include <helper/log.h>
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#include "target.h"
#include "arm_disassembler.h"
-#include "log.h"
+#include <helper/log.h>
/*
#include "arm_simulator.h"
#include <helper/binarybuffer.h>
#include "register.h"
-#include "log.h"
+#include <helper/log.h>
static uint32_t arm_shift(uint8_t shift, uint32_t Rm,
#endif
#include "armv4_5_cache.h"
-#include "log.h"
+#include <helper/log.h>
int armv4_5_identify_cache(uint32_t cache_type_reg, struct armv4_5_cache_common *cache)
{
#include "config.h"
#endif
-#include "log.h"
+#include <helper/log.h>
#include "target.h"
#include "armv4_5_mmu.h"
#endif
#include "target.h"
-#include "log.h"
+#include <helper/log.h>
#include "breakpoints.h"
#include "image.h"
#include "target.h"
-#include "log.h"
+#include <helper/log.h>
/* convert ELF header field to host endianness */
#include "types.h"
#include "register.h"
-#include "log.h"
+#include <helper/log.h>
/**
* @file
#include "target_type.h"
#include <helper/binarybuffer.h>
#include "trace.h"
-#include "log.h"
+#include <helper/log.h>
static int charmsg_mode = 0;
#endif
#include "target.h"
#include "target_type.h"
-#include "log.h"
+#include <helper/log.h>
#include "../hello.h"
static const struct command_registration testee_command_handlers[] = {
#include "config.h"
#endif
-#include "log.h"
+#include <helper/log.h>
#include "trace.h"
#include "target.h"