Commit 7c3affdc authored by Sergei Petrunia's avatar Sergei Petrunia

Add #include <my_config.h> at the start of every .cc file

parent a482f222
......@@ -14,6 +14,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#include <my_config.h>
/* The C++ file's header */
#include "./event_listener.h"
......
......@@ -20,8 +20,9 @@
#define MYSQL_SERVER 1
/* The C++ file's header */
#include <my_config.h>
/* The C++ file's header */
#include "./ha_rocksdb.h"
/* C++ standard header files */
......
......@@ -14,6 +14,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#include <my_config.h>
/* This C++ file's header file */
#include "./properties_collector.h"
......
......@@ -18,6 +18,8 @@
#pragma implementation // gcc: Class implementation
#endif
#include <my_config.h>
/* This C++ files header file */
#include "./rdb_cf_manager.h"
......
......@@ -18,6 +18,8 @@
#pragma implementation // gcc: Class implementation
#endif
#include <my_config.h>
/* This C++ files header file */
#include "./rdb_cf_options.h"
......
......@@ -14,6 +14,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#include <my_config.h>
/* C++ standard header files */
#include <string>
#include <vector>
......
......@@ -14,6 +14,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#include <my_config.h>
/* This C++ file's header file */
#include "./rdb_index_merge.h"
......
......@@ -14,6 +14,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#include <my_config.h>
/* This C++ file's header file */
#include "./rdb_mutex_wrapper.h"
......
......@@ -15,6 +15,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#include <my_config.h>
/* This C++ file's header file */
#include "./rdb_perf_context.h"
......
......@@ -14,6 +14,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#include <my_config.h>
/* This C++ file's header file */
#include "./rdb_sst_info.h"
......
......@@ -19,6 +19,8 @@
#pragma implementation // gcc: Class implementation
#endif
#include <my_config.h>
/* The C++ file's header */
#include "./rdb_threads.h"
......
......@@ -14,6 +14,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#include <my_config.h>
/* This C++ file's header */
#include "./rdb_utils.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment