Rename include file.

This commit is contained in:
2020-03-01 05:46:10 +00:00
parent d33b309ad7
commit 06944ade67
25 changed files with 27 additions and 27 deletions

View File

@@ -18,7 +18,7 @@
#ifndef DICREMOTE_LINUX_LINUX_H_
#define DICREMOTE_LINUX_LINUX_H_
#include "../dicmote.h"
#include "../aaruremote.h"
#define PATH_SYS_DEVBLOCK "/sys/block"

View File

@@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "../dicmote.h"
#include "../aaruremote.h"
#include "linux.h"
#include <ctype.h>

View File

@@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "../dicmote.h"
#include "../aaruremote.h"
#include "linux.h"
#include <malloc.h>