Add headers

This commit is contained in:
Blue 2025-12-08 16:40:47 -08:00
parent cba1f6a687
commit 2c88377476
2 changed files with 26 additions and 0 deletions

View File

@ -1,3 +1,16 @@
/*++
Copyright (c) Microsoft. All rights reserved.
Module Name:
ContainerEventTracker.cpp
Abstract:
Contains the implementation of ContainerEventTracker.
--*/
#include "precomp.h"
#include "ContainerEventTracker.h"
#include "WSLAVirtualMachine.h"

View File

@ -1,3 +1,16 @@
/*++
Copyright (c) Microsoft. All rights reserved.
Module Name:
ContainerEventTracker.h
Abstract:
Contains the definition for ContainerEventTracker.
--*/
#pragma once
#include "ServiceProcessLauncher.h"