Skip to content
Snippets Groups Projects
Commit 76706947 authored by Tristan Matthews's avatar Tristan Matthews Committed by Tristan Matthews
Browse files

* #10094: renamed config/config.{h,cpp} config/sfl_config.{h,cpp}

parent 0a306195
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@
#include "global.h"
#include "noncopyable.h"
#include "config/config.h"
#include "config/sfl_config.h"
#include "config/serializable.h"
class VoIPLink;
......
noinst_LTLIBRARIES = libconfig.la
libconfig_la_SOURCES = \
config.cpp \
sfl_config.cpp \
yamlemitter.cpp \
yamlparser.cpp \
yamlnode.cpp
noinst_HEADERS = \
config.h \
sfl_config.h \
serializable.h \
yamlemitter.h \
yamlparser.h \
......
......@@ -29,9 +29,7 @@
* as that of the covered work.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "sfl_config.h"
#include "logger.h"
#include <fstream>
#include <cstdlib>
......@@ -324,4 +322,3 @@ ConfigTreeIterator::next()
return tk;
}
} // end namespace ConfigTree
File moved
......@@ -31,7 +31,7 @@
#include "yamlparser.h"
#include "../global.h"
#include "config.h"
#include "sfl_config.h"
#include "yamlnode.h"
#include <cstdio>
......
......@@ -43,7 +43,7 @@
#include "cc_thread.h"
#include "dbus/dbusmanager.h"
#include "config/config.h"
#include "config/sfl_config.h"
#include "call.h"
#include "conference.h"
......
......@@ -31,7 +31,7 @@
#include <iostream>
#include "echocanceltest.h"
#include "config/config.h"
#include "config/sfl_config.h"
EchoCancelTest::EchoCancelTest() : echoCanceller_() {}
......
......@@ -30,7 +30,7 @@
#include "gaincontroltest.h"
#include "audio/gaincontrol.h"
#include "config/config.h"
#include "config/sfl_config.h"
void GainControlTest::testGainProcessing()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment