chromium/tools/win/IdleWakeups/stdafx.h

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef TOOLS_WIN_IDLEWAKEUPS_STDAFX_H_
#define TOOLS_WIN_IDLEWAKEUPS_STDAFX_H_

// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently

#include <tchar.h>
#include <windows.h>

#include <inttypes.h>
#include <stdio.h>

#endif  // TOOLS_WIN_IDLEWAKEUPS_STDAFX_H_