2
0
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:
JINMEI Tatuya
2011-02-24 01:34:45 -08:00
parent 8a47d8d2b9
commit 59455cd6b9
3 changed files with 4 additions and 4 deletions

View File

@@ -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>

View File

@@ -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"

View File

@@ -21,7 +21,7 @@
#include <iostream>
#include <vector>
#include "random_number_generator.h"
#include <nsas/random_number_generator.h>
namespace isc {
namespace nsas {