mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-05 00:15:17 +00:00
[trac613] use <> instead of "" to include header files to satisfy cppcheck.
This commit is contained in:
4
src/lib/cache/resolver_cache.cc
vendored
4
src/lib/cache/resolver_cache.cc
vendored
@@ -14,8 +14,8 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "resolver_cache.h"
|
||||
#include "dns/message.h"
|
||||
#include <cache/resolver_cache.h>
|
||||
#include <dns/message.h>
|
||||
#include "rrset_cache.h"
|
||||
#include <string>
|
||||
#include <algorithm>
|
||||
|
@@ -16,7 +16,7 @@
|
||||
#include <string>
|
||||
#include <gtest/gtest.h>
|
||||
#include <dns/rrset.h>
|
||||
#include "resolver_cache.h"
|
||||
#include <cache/resolver_cache.h>
|
||||
#include "cache_test_messagefromfile.h"
|
||||
#include "cache_test_sectioncount.h"
|
||||
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
#include "random_number_generator.h"
|
||||
#include <nsas/random_number_generator.h>
|
||||
|
||||
namespace isc {
|
||||
namespace nsas {
|
||||
|
Reference in New Issue
Block a user