Moving headers into include/sls (#212)

This commit is contained in:
Erik Fröjdh
2020-11-02 16:05:28 +01:00
committed by GitHub
parent a57bbc084c
commit a15d8dd30a
199 changed files with 417 additions and 413 deletions

View File

@ -1,4 +1,4 @@
#include "ansi.h"
#include "sls/ansi.h"
#include <errno.h>
#include <fcntl.h> // File control definitions

View File

@ -2,7 +2,7 @@
#include "clogger.h"
#include "common.h"
#include "sharedMemory.h"
#include "versionAPI.h"
#include "sls/versionAPI.h"
#ifndef VIRTUAL
#include "Beb.h"

View File

@ -1,5 +1,5 @@
#pragma once
#include "sls_detector_defs.h"
#include "sls/sls_detector_defs.h"
#define REQUIRED_FIRMWARE_VERSION (27)
#define IDFILECOMMAND "more /home/root/executables/detid.txt"