mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 01:55:20 +00:00
11 lines
260 B
C
11 lines
260 B
C
// Copyright 2004-present Facebook. All Rights Reserved.
|
|
|
|
#ifndef OSQUERY_DATABASE_H
|
|
#define OSQUERY_DATABASE_H
|
|
|
|
#include "osquery/database/db_handle.h"
|
|
#include "osquery/database/query.h"
|
|
#include "osquery/database/results.h"
|
|
|
|
#endif /* OSQUERY_DATABASE_H */
|