common.h are supposed to be included from other header, so call it with quotes; ref #3032

This commit is contained in:
Yukihiro "Matz" Matsumoto
2015-11-28 00:10:20 +09:00
parent 6f831ef21c
commit 065966dae4
20 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
#include <limits.h>
#include "mrbconf.h"
#include <mruby/common.h>
#include "mruby/common.h"
#include <mruby/value.h>
#include <mruby/gc.h>
#include <mruby/version.h>
+1 -1
View File
@@ -7,7 +7,7 @@
#ifndef MRUBY_ARRAY_H
#define MRUBY_ARRAY_H
#include <mruby/common.h>
#include "common.h"
/*
* Array class
+1 -1
View File
@@ -7,7 +7,7 @@
#ifndef MRUBY_CLASS_H
#define MRUBY_CLASS_H
#include <mruby/common.h>
#include "common.h"
/**
* Class class
+1 -1
View File
@@ -1,5 +1,5 @@
/*
** mruby/common.h - mruby common platform definitions
**"common.h - mruby common platform definition"
**
** See Copyright Notice in mruby.h
*/
+1 -1
View File
@@ -7,7 +7,7 @@
#ifndef MRUBY_COMPILE_H
#define MRUBY_COMPILE_H
#include <mruby/common.h>
#include "common.h"
/**
* MRuby Compiler
+1 -1
View File
@@ -7,7 +7,7 @@
#ifndef MRUBY_DATA_H
#define MRUBY_DATA_H
#include <mruby/common.h>
#include "common.h"
/**
* Custom C wrapped data.
+1 -1
View File
@@ -7,7 +7,7 @@
#ifndef MRUBY_DEBUG_H
#define MRUBY_DEBUG_H
#include <mruby/common.h>
#include "common.h"
/**
* MRuby Debugging.
+1 -1
View File
@@ -9,7 +9,7 @@
#include <mruby.h>
#include <mruby/irep.h>
#include <mruby/common.h>
#include "common.h"
/**
* Dumping compiled mruby script.
+1 -1
View File
@@ -7,7 +7,7 @@
#ifndef MRUBY_ERROR_H
#define MRUBY_ERROR_H
#include <mruby/common.h>
#include "common.h"
/**
* MRuby error handling.
+1 -1
View File
@@ -7,7 +7,7 @@
#ifndef MRUBY_GC_H
#define MRUBY_GC_H
#include <mruby/common.h>
#include "common.h"
/**
* Uncommon memory management stuffs.
+1 -1
View File
@@ -7,7 +7,7 @@
#ifndef MRUBY_HASH_H
#define MRUBY_HASH_H
#include <mruby/common.h>
#include "common.h"
/**
* Hash class
+1 -1
View File
@@ -7,7 +7,7 @@
#ifndef MRUBY_IREP_H
#define MRUBY_IREP_H
#include <mruby/common.h>
#include "common.h"
#include <mruby/compile.h>
/**
+1 -1
View File
@@ -10,7 +10,7 @@
#include <string.h>
#include <mruby.h>
#include <mruby/common.h>
#include "common.h"
/**
* khash definitions used in mruby's hash table.
+1 -1
View File
@@ -7,7 +7,7 @@
#ifndef MRUBY_NUMERIC_H
#define MRUBY_NUMERIC_H
#include <mruby/common.h>
#include "common.h"
/**
* Numeric class and it's sub-classes.
+1 -1
View File
@@ -7,7 +7,7 @@
#ifndef MRUBY_PROC_H
#define MRUBY_PROC_H
#include <mruby/common.h>
#include "common.h"
#include <mruby/irep.h>
/**
+1 -1
View File
@@ -7,7 +7,7 @@
#ifndef MRUBY_RANGE_H
#define MRUBY_RANGE_H
#include <mruby/common.h>
#include "common.h"
/**
* Range class
+1 -1
View File
@@ -7,7 +7,7 @@
#ifndef MRUBY_STRING_H
#define MRUBY_STRING_H
#include <mruby/common.h>
#include "common.h"
/**
* String class
+1 -1
View File
@@ -7,7 +7,7 @@
#ifndef MRUBY_VALUE_H
#define MRUBY_VALUE_H
#include <mruby/common.h>
#include "common.h"
/**
* MRuby Value definition functions and macros.
+1 -1
View File
@@ -7,7 +7,7 @@
#ifndef MRUBY_VARIABLE_H
#define MRUBY_VARIABLE_H
#include <mruby/common.h>
#include "common.h"
/**
* Functions to access mruby variables.
+1 -1
View File
@@ -7,7 +7,7 @@
#ifndef MRUBY_VERSION_H
#define MRUBY_VERSION_H
#include <mruby/common.h>
#include "common.h"
/**
* mruby version definition macros