MXS-2900 Include from predefined search directories in maxtest

Similar style is used in other MaxScale libraries.
This commit is contained in:
Esa Korhonen
2020-06-12 19:23:56 +03:00
parent 3c0021828c
commit 63d1f66797
33 changed files with 53 additions and 55 deletions

View File

@ -10,7 +10,7 @@
* @endverbatim
*/
#include "mariadb_nodes.h"
#include <maxtest/mariadb_nodes.h>
#include <climits>
#include <string>
#include <sstream>
@ -19,7 +19,7 @@
#include <future>
#include <functional>
#include <algorithm>
#include "envv.hh"
#include <maxtest/envv.hh>
using std::cout;
using std::endl;