12 lines
275 B
C
12 lines
275 B
C
// Copyright Leon Freist
|
|
// Author Leon Freist <freist@informatik.uni-freiburg.de>
|
|
|
|
#pragma once
|
|
|
|
#include <hwinfo/battery.h>
|
|
#include <hwinfo/cpu.h>
|
|
#include <hwinfo/disk.h>
|
|
#include <hwinfo/gpu.h>
|
|
#include <hwinfo/mainboard.h>
|
|
#include <hwinfo/os.h>
|
|
#include <hwinfo/ram.h> |