Browse Source

Use "" rather than <> includes in libfdt.h

pull/1730/head
Andrew Waterman 2 years ago
parent
commit
238e0ac859
  1. 4
      fdt/libfdt.h

4
fdt/libfdt.h

@ -6,8 +6,8 @@
* Copyright (C) 2006 David Gibson, IBM Corporation.
*/
#include <libfdt_env.h>
#include <fdt.h>
#include "libfdt_env.h"
#include "fdt.h"
#define FDT_FIRST_SUPPORTED_VERSION 0x02
#define FDT_LAST_SUPPORTED_VERSION 0x11

Loading…
Cancel
Save