tests: Correct includes ordering.
Spotted by korli.
This commit is contained in:
@@ -8,9 +8,9 @@
|
|||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <unistd.h>
|
|
||||||
#include <string.h>
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|||||||
@@ -6,9 +6,10 @@
|
|||||||
|
|
||||||
#include "bus.h"
|
#include "bus.h"
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#include <KernelExport.h>
|
#include <KernelExport.h>
|
||||||
#include <PCI.h>
|
#include <PCI.h>
|
||||||
#include <string.h>
|
|
||||||
|
|
||||||
|
|
||||||
#define DRIVER_MODULE_NAME "drivers/graphics/specific_driver/driver_v1"
|
#define DRIVER_MODULE_NAME "drivers/graphics/specific_driver/driver_v1"
|
||||||
|
|||||||
Reference in New Issue
Block a user